• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help writing batch file in DOS in W2k

blstriker

Golden Member
I need the batch file to ping a certain IP address, then wait 5 seconds and then repeat. I need this to loop indefinitly.

I don't want to use ping's -t tag which pings every 1 second, but instead want to be able to specify a time interval (ie 5 seconds).

Can anybody help me out?

 
I was once using a "batch file" for such a thing. But because it was rather a semi-long .BAT (due to the lookup, reply, ect..), it was running slow.

Here is a better alternative, it's free and works better than an uncompiled batch file. It's called FREEping.
 
Back
Top