nico666 Posted August 1, 2006 Posted August 1, 2006 Hello guys, I want to do a script like that: run("RECOVER.exe") ProcessWait("RECOVER.exe") Timerstart() Timerwait(240000) then ; I don't know if it's the good command for if the timer = 4 minuts ; The script do the next Send("{enter}") ProcessClose("RECOVER.exe") Exit What is the good way ? thanx for your help
Helge Posted August 1, 2006 Posted August 1, 2006 Uhm. Like this ?run("RECOVER.exe") ProcessWait("RECOVER.exe") Sleep(240000) Send("{enter}") ProcessClose("RECOVER.exe") Exit
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now