dhorie Posted July 10, 2008 Posted July 10, 2008 I havE a script... they close process and run a ip.bat file (change ip) and sleep like 10 min then i want to repeat again.. but how to ?
aslani Posted July 10, 2008 Posted July 10, 2008 (edited) While 1 ProcessClose($proc) Run("ip.bat") Sleep(600000) ; 10 minutes WEnd EDIT: You can use TimerInit() and TimerDiff() if you want to be precised with the time Edited July 10, 2008 by aslani [font="Georgia"]Chances are, I'm wrong.[/font]HotKey trouble?Stringregexp GuideAutoIT Current Version
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