jacob_1998_1999 Posted November 15, 2006 Posted November 15, 2006 sleep(30000) Run(@ProgramFilesDir & "\MSN Messenger\msnmsgr.exe") WinWait("Windows Live Messenger") sleep(1000) ControlSend("Windows Live Messenger","","","{ENTER}") sleep(7000) ControlSend("Windows Live Messenger","","","!{f4}") sleep(15000) Run(@ProgramFilesDir & "\xfire\xfire.exe") sleep(15000) Run(@ProgramFilesDir & "\aim\aim.exe") WinWait("Sign On") ControlSend("Sign On","","","{ENTER}") WinWait("Buddy List Window") sleep(7000) ControlSend("Buddy List Window","","","!{f4}") sleep(15000) Run(@MyDocumentsDir & "\mirc\mirc.exe") This accomplishes its goal when run post startup, (even though it is a really sorry script.) Yet, when I run it automatically at startup, things start to get.. screwy? I'm sure there is a better way to do what I've done; however, I'm still stuck as to why this doesn't work (since if I ran it right now, it would work fine.) when pinned to startup. Jacob.
Kickassjoe Posted November 16, 2006 Posted November 16, 2006 I think you have to change "Run" to "RunWait". What goes around comes around... Payback's a bitch.
jacob_1998_1999 Posted November 16, 2006 Author Posted November 16, 2006 Ty for your help. I'll start a new thread, asking for different questions. (with a relevant title.
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