Page 1 of 1

how to timeout on xp

Posted: 01 Jan 2012 00:42
by Rileyh
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

Re: how to timeout on xp

Posted: 01 Jan 2012 01:10
by Squashman
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/

Re: how to timeout on xp

Posted: 01 Jan 2012 02:24
by Rileyh
Thank you <b>Squashman</b>, this has been helpful.

Re: how to timeout on xp

Posted: 01 Jan 2012 05:38
by orange_batch
Or the vbscript method...

sleep.vbs

Code: Select all

wscript.sleep wscript.arguments(0)*1000

Code: Select all

cscript sleep.vbs //nologo seconds