Jump to content

Beyond Simple.. yet..


Recommended Posts

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...