Re: ping command (dos help)



"David Crow" <david_dot_crow@xxxxxxxxxx> wrote in message
news:%23s9X9fG$HHA.1208@xxxxxxxxxxxxxxxxxxxxxxx
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.

Your reply has a few other problems too:
- It comes three weeks after the question was posted.
- It never gets beyond the first IP address.
- It violates the KISS principle. Your code would neatly
fit into a single batch file like so:
for /L %%x in (1,1,10) do ping 192.168.1.%%x -t


.



Relevant Pages

  • Re: Cheapskate tuner buttons
    ... does anyone know of a cheap set of buttons that would fit ... they Ping, or Grover, or whatever) to put on. ... any buttons that fit Schaller will fit the Pings on a Larrivee. ...
    (rec.music.makers.guitar.acoustic)
  • Re: Cheapskate tuner buttons
    ... does anyone know of a cheap set of buttons that would fit ... they Ping, or Grover, or whatever) to put on. ... any buttons that fit Schaller will fit the Pings on a Larrivee. ...
    (rec.music.makers.guitar.acoustic)
  • 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)
    ... This does not address your "separate window" requirement. ... prompt ot run every ping. ... I want a batch file by which all pings will open in separate window..... ...
    (microsoft.public.windows.file_system)
  • Re: A definition please - relaxation oscillations
    ... >would fit on a bumper sticker. ... Relaxation Oscillation - more Ping than Ring ...
    (sci.optics)

Loading