I am using Windows 2002 version. I have a batch file to run on this version but there is output the following error on execution of the command timeout /t 35
:
'timeout' is not recognized as an internal or external command, operable program or batch file
My code:
ECHO Start Firefox Starts
start /B "" "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" imacros://run/?m="login-google-adwords.iim"
timeout /t 35
SS64 documentation of TIMEOUT.exe.
What can I use to as delay for several seconds?