Search notes:

waitfor.exe

Send a signal over a network and wait
waitfor.exe can be used in a cmd.exe batch file to sleep for specified amount of time (although it's probably not intended for that). The /t options specifies the duration in seconds:
C:\> waitfor nul /t 5 2>nul

See also

timeout.exe

Index