2words4uready Posted July 13, 2008 Posted July 13, 2008 i made a yahoo script that must start yahoo itself i understand that to do this you must place the the script in the same place as the exe you want to run and place this in your coderun("YahooMessenger.exe") but i want to run the exe when my script is in a different file any help appreciated!
Moderators SmOke_N Posted July 13, 2008 Moderators Posted July 13, 2008 ShellExecute("Drive Leter:\PathToYahooDirectory\YahooMessenger.exe") Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Paulie Posted July 13, 2008 Posted July 13, 2008 I do believe you can just put the full path to the file in "Run()" Example: Run("C:\Program Files\Yahoo!\YahooMessenger.exe") If that doesn't work, try "Shellexecute" with the full path
Tomb Posted July 13, 2008 Posted July 13, 2008 i made a yahoo script that must start yahoo itself i understand that to do this you must place the the script in the same place as the exe you want to run and place this in your coderun("YahooMessenger.exe") but i want to run the exe when my script is in a different file any help appreciated!use the full path of the file. for example run("C:\Program Files\Yahoo\YahooMessenger.exe")
2words4uready Posted July 13, 2008 Author Posted July 13, 2008 use the full path of the file. for example run("C:\Program Files\Yahoo\YahooMessenger.exe")thank you and has anyone heard of the Funny Uts Scandal.avi.exe virus im working on a script that removes the virus
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