Share this page 

Make a program sleepTag(s): WinAPI/Registry


Declare :
SUBROUTINE SLEEP(LONG LMILLISEC) LIBRARY "KERNEL32.DLL"
and then to sleep (or wait) 2 seconds
SLEEP(2000)