Abe 0 Posted July 20, 2010 Hello, Im kinda new to scripting, Ive been looking for a list of codes for the program, but no avail. Anyways, How do I get a program to start another program after a pre-determined period of time? Thanks for help! Share this post Link to post Share on other sites
omikron48 0 Posted July 20, 2010 Look up Run or RunWait, and Sleep in the help file. Share this post Link to post Share on other sites
ShawnW 0 Posted July 20, 2010 Look at the Sleep() and Run() functions in the help file. I am curious though why you want sleep. Many new script writers might use this because they want it to happen after something else happens. Usually though there is a better way to determine if something else has happened, or another way to determine when a program should run. Share this post Link to post Share on other sites
Abe 0 Posted July 20, 2010 WinWait 120000 Execute C:\Program Files\Folder\Example.exe Execute C:\Program Files\Folder\Original script that started this.exe That is what im trying to get to work Share this post Link to post Share on other sites
somdcomputerguy 103 Posted July 20, 2010 ..Ive been looking for a list of codes for the program, but no avail..You mean this, AutoIt? Read, and read much, my friend. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Share this post Link to post Share on other sites