Viperdragon Posted October 23, 2007 Posted October 23, 2007 i have a cool auto it i made that starts up all my favorite programs for me but i want to do it while its all minimized so i can do something like listen to my music while its running hmmmm lets see i want to run i hope im posting right and TY MUCH FOR HELP!!!!!!!!! Global $Terminate HotKeySet("{Pause}", "Terminate") Func Terminate() Exit 0 EndFunc sleep(1000) send("{HOME}") sleep(500) send("{HOME}") sleep(500) send("{HOME}") sleep(500) send("{HOME}") sleep(500) send("{HOME}") sleep(500) send("{END}") sleep(500) send("{END}") sleep(500) send("{END}") while 1 Send("{tab}") sleep(500) send("0") sleep(2700) send("9") sleep(1500) send("8") sleep(1500) send("7") Sleep(1500) Send("6") Sleep(1500) Send("1") sleep(7000) WEnd
DW1 Posted October 24, 2007 Posted October 24, 2007 what the f@*# is that script supposed to do again??? start your favorite programs???? WTF? did I miss something AutoIt3 Online Help
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