I have recently needed to change from windows 7 to windows xp and I have come to the shocking realisation that there is no timeout command. So how can do something of the equivalent? Is there a method that does the same thing?
Regards,
Rileyh
how to timeout on xp
Moderator: DosItHelp
Re: how to timeout on xp
Two options.
Download the Windows 2003 server resource kit and use the sleep command in there.
Use the PING trick.
http://www.xinotes.org/notes/note/992/
Download the Windows 2003 server resource kit and use the sleep command in there.
Use the PING trick.
http://www.xinotes.org/notes/note/992/
Re: how to timeout on xp
Thank you <b>Squashman</b>, this has been helpful.
-
- Expert
- Posts: 442
- Joined: 01 Aug 2010 17:13
- Location: Canadian Pacific
- Contact:
Re: how to timeout on xp
Or the vbscript method...
sleep.vbs
sleep.vbs
Code: Select all
wscript.sleep wscript.arguments(0)*1000
Code: Select all
cscript sleep.vbs //nologo seconds