|
-
March 6th, 2006, 08:30 AM
#1
dos for command error from batch file
i have this dos command which will automatically scan ips in the given range .
FOR /L %i IN (42,1,46) DO ping -a 192.168.1.%i
it runs ok from command prompt,but when i try to run it from a batch file ,it gives an error w.r.t to varaible i.
can any one help me with creating a batch file
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|