Guest Beefteck Posted August 8, 2006 Posted August 8, 2006 1) On my pc when i try the Run("---.exe", "C:\...\") thing it will not work does anyone know what is wrong??? IS there a thing that I should #Include???AND2) Is there a way to get firefox to run with out using the Run thing??? (i will try this if the RUN will not work)ty for all the great tips and tricks guys... (Count down till Keyed It Options Release: 3 DAY!!! need to finish this up lol )
Fossil Rock Posted August 8, 2006 Posted August 8, 2006 1) On my pc when i try the Run("---.exe", "C:\...\") thing it will not work does anyone know what is wrong??? IS there a thing that I should #Include??? show some code we can look at....2) Is there a way to get firefox to run with out using the Run thing???Try double clicking the FireFox icon on the desktop ... Agreement is not necessary - thinking for one's self is!
theguy0000 Posted August 8, 2006 Posted August 8, 2006 you need to Run ("C:\...\---.exe") thats it. no second parameter or anything. The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
BPBNA Posted August 8, 2006 Posted August 8, 2006 Try Run(@ProgramFilesDir & "\Mozilla Firefox\firefox.exe") You do not need the working directory.
Moderators SmOke_N Posted August 8, 2006 Moderators Posted August 8, 2006 Run(@ProgramFilesDir & '\Mozilla Firefox\firefox.exe ' & 'www.autoitscript.com') 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.
Guest Beefteck Posted August 8, 2006 Posted August 8, 2006 Run(@ProgramFilesDir & '\Mozilla Firefox\firefox.exe ' & 'www.autoitscript.com') ok this one works that is sick... ty all for the help on this small prob that set me back a bit
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