Sleep command for Windows older than 98
As I needed sleep command in bat file, so that one call could wait for previous application to start and get ready.
After searching the Internet there seemed to be two solutions. One was to use ping command and second one to download big Windows Server 2003 Resource Kit Tools where Micosoft included this function.
Therefore I decided to write sleep application for my own. It is written in .NET Framework 2.0 so any Windows since XP should handle that.
Installation: Very simple, download and unzip to “C:Windowssystem32″.
Usage:
sleep n – sleeps command line for n seconds
sleep -M n – sleeps command line for n milliseconds

PJWSTK