Re: ping command (dos help)



Lighten up, spat. Geeesh! It seems you have a talent for being rude.

"Pegasus (MVP)" <I.can@xxxxxxx> wrote in message
news:uT16KuG$HHA.4460@xxxxxxxxxxxxxxxxxxxxxxx
"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: 2.6.15rc6: ide oops+panic
    ... Ping ... Do you want me to track this further or shall I place my hardware in the ... waste paper bin (Welcome to the pleasure dome of the new development ...
    (Linux-Kernel)
  • 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: I need serious help!
    ... but perhaps with less knoledge about ... so that they can both benefit from an allience? ... talking to this particular rude person who thinks he's talented. ... Perhaps, regardless of talent, he's actually smarter than us. ...
    (comp.lang.ruby)
  • Re: I need serious help!
    ... but perhaps with less knoledge about ... so that they can both benefit from an allience? ... talking to this particular rude person who thinks he's talented. ... Perhaps, regardless of talent, he's actually smarter than us. ...
    (comp.lang.ruby)
  • Re: Hehehehehehe!
    ... "Talent Show" where undiscovered pots of talent wreak their special ... and seems to have a trade mark of being rude to people. ... I thank Learned Counsel, and am indebted to him for his wide knowledge ... Who is Simon Cowell? ...
    (uk.rec.sheds)

Loading