Posted in August, 2006

Batch Sleep

I’ve written a fair number of batch scripts in my day. Useful for fairly simple to moderately simple tasks in Windows, batch scripting usually works without any extras required.
I just found a trick that allows a script to have delay time between executed statements, without needing extra .exe’s. It uses the ping command […]

Comments