Home » Projects » Millisleep.php


millisleep.exe - sleep your batch files for X milliseconds

Description:

This is a small console program that simply calls "sleep" for a specified number of milliseconds. Useful if you need to do any waiting in your windows batch files but don't feel like using the "official" sleep in the optional Windows Server 2003 resource kit.

Platform:

  • Win32 Console. Probably only useful for batch file writers.
  • Language:

  • C++ - Specifically, it compiles without a hitch under Visual C++ 6.0
  • Download:

    millisleep.exe, win32 console application
    millisleep.exe, win32 console application, zipped
    source code for millisleep.exe