December 17, 200421 yr http://unattended.msfn.org/xp/downloads.htmscroll down a little, and take a look at sleep.exe
December 21, 200421 yr If you would like a simpler way to do it... just create a bat or cmd file with this:@echo offPING 1.1.1.1 -n 1 -w 15000 >NUL:setup.exeThis will work on nt, w2k w2k3, wxp and you will not have to use a autoit script or compiled exe.The trick is that you have to pick a non existant ip address (1.1.1.1) send 1 packet to it (-n 1) and wait 15000 millseconds.
December 21, 200421 yr If you would like a simpler way to do it... just create a bat or cmd file with this:@echo offPING 1.1.1.1 -n 1 -w 15000 >NUL:setup.exeThis will work on nt, w2k w2k3, wxp and you will not have to use a autoit script or compiled exe.The trick is that you have to pick a non existant ip address (1.1.1.1) send 1 packet to it (-n 1) and wait 15000 millseconds.Cool trick buddy!
December 22, 200421 yr Author If you would like a simpler way to do it... just create a bat or cmd file with this:@echo offPING 1.1.1.1 -n 1 -w 15000 >NUL:setup.exeThis will work on nt, w2k w2k3, wxp and you will not have to use a autoit script or compiled exe.The trick is that you have to pick a non existant ip address (1.1.1.1) send 1 packet to it (-n 1) and wait 15000 millseconds.
Create an account or sign in to comment