Re: ping command (dos help)



Put the following in a.bat:
for %%x in (1 2 3 4 5 6 7 8 9 10) do b.bat %%x

Put the following in b.bat
ping 192.168.1.%1 -t

This does not address your "separate window" requirement.

"Prashant" <Prashant@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9F68ECC2-FB43-4BA9-A9A1-2FBE4DA185D4@xxxxxxxxxxxxxxxx
i have to run following ping command for 10 ips.
ping 192.168.1.1 -t upto ping 192.168.1.10 -t
is there any process by which I dont have to type each time in command
prompt ot run every ping. can we create any batch file..

I want a batch file by which all pings will open in separate window.....
any help................



.



Relevant Pages

  • Re: ping command (dos help)
    ... It seems you have a talent for being rude. ... ping 192.168.1.%1 -t ... This does not address your "separate window" requirement. ...
    (microsoft.public.windows.file_system)
  • Re: ping command (dos help)
    ... ping 192.168.1.%1 -t ... This does not address your "separate window" requirement. ... fit into a single batch file like so: ...
    (microsoft.public.windows.file_system)
  • Re: Outlook 2k will not go online
    ... If you are 100% sure you set up Outlook to prompt him to connect or work ... Additionally, some handheld sync software, fax software, etc., will keep ... >> Can he ping the Exchange server by name when this happens? ...
    (microsoft.public.exchange2000.clients)
  • Re: .bat file for "keep open ping" not working after WinXPsp2 clea
    ... a ping command from within a batch file, ... This has nothing at all to do with the batch file. ... Internet connection, then start working with the batch file! ...
    (microsoft.public.windowsxp.general)
  • Re: Outlook 2k will not go online
    ... He can ping everything on the network by name, I enabled that feature and it ... does not prompt him! ... Ended up rebooting and noticed he has active sync running with a palm ... > do this (it's in the advanced properties of the Exchange server service). ...
    (microsoft.public.exchange2000.clients)

Loading