Dronzul Posted July 2, 2005 Posted July 2, 2005 Hi, i've just started at AutoIT programming, and need some help. I cant run any programs, let me show you the code i write when i write: ; ; AutoIt Version: 2.x ; Language: English ; Platform: Win9x/NT ; Author: A.N.Other (myemail@nowhere.com) ; ; Script Function: ; Template AutoIt script. ; Run, "C:\Program Files\Internet Explorer\IEXPLORE.exe" But when i try to run the AutoIT file, a window pops up and says unable to run it, check if backslashes are placed correct. I am not using a US version of windows, can that be why? Thanks in advance
Moderators SmOke_N Posted July 2, 2005 Moderators Posted July 2, 2005 Hi, i've just started at AutoIT programming, and need some help. I cant run any programs, let me show you the code i write when i write:;; AutoIt Version: 2.x; Language: English; Platform: Win9x/NT; Author: A.N.Other (myemail@nowhere.com);; Script Function:; Template AutoIt script.;Run, "C:\Program Files\Internet Explorer\IEXPLORE.exe"But when i try to run the AutoIT file, a window pops up and says unable to run it, check if backslashes are placed correct. I am not using a US version of windows, can that be why?Thanks in advance<{POST_SNAPBACK}>Run("C:\Program Files\Internet Explorer\IEXPLORE.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.
FuryCell Posted July 2, 2005 Posted July 2, 2005 (edited) Hi, i've just started at AutoIT programming, and need some help. I cant run any programs, let me show you the code i write when i write:;; AutoIt Version: 2.x; Language: English; Platform: Win9x/NT; Author: A.N.Other (myemail@nowhere.com);; Script Function:; Template AutoIt script.;Run, "C:\Program Files\Internet Explorer\IEXPLORE.exe"But when i try to run the AutoIT file, a window pops up and says unable to run it, check if backslashes are placed correct. I am not using a US version of windows, can that be why?Thanks in advance<{POST_SNAPBACK}>First off next time if you post a question about v2 post in v2 support. Also if you just started using AutoIt use V3. It is much much much better than V2. Now about your question. Have you tried Run, "IExplore.exe" without putting the path. This should work because if you use Start>Run and type in IExplore.exe it works. Edited July 2, 2005 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Valuater Posted July 2, 2005 Posted July 2, 2005 Where did you get this ??? Run, "C:\Program Files\Internet Explorer\IEXPLORE.exe" help states as this Run("Notepad.exe", "", @SW_MAXIMIZE) so, you want this Run("C:\Program Files\Internet Explorer\IEXPLORE.exe") see help for more details 8)
FuryCell Posted July 2, 2005 Posted July 2, 2005 Where did you get this ???Run, "C:\Program Files\Internet Explorer\IEXPLORE.exe"help states as thisRun("Notepad.exe", "", @SW_MAXIMIZE)so, you want thisRun("C:\Program Files\Internet Explorer\IEXPLORE.exe")see help for more details8)<{POST_SNAPBACK}>He is using v2. The syntax is different. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
FuryCell Posted July 2, 2005 Posted July 2, 2005 Run("C:\Program Files\Internet Explorer\IEXPLORE.exe")<{POST_SNAPBACK}>He is not using V3. He is using V2. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Moderators SmOke_N Posted July 2, 2005 Moderators Posted July 2, 2005 (edited) He is not using V3. He is using V2.<{POST_SNAPBACK}>Ok, never used V2...But isn't this the wrong forum? EDIT: UM... you already told him that... sorry didn't see that we all posted all at the same time Edited July 3, 2005 by ronsrules 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.
Valuater Posted July 2, 2005 Posted July 2, 2005 My bad thanks for pointing that out... it was before my time here 8)
FuryCell Posted July 3, 2005 Posted July 3, 2005 (edited) Ok, never used V2...But isn't this the wrong forum? EDIT: UM... you already told him that... sorry didn't see that we all posted all at the same time <{POST_SNAPBACK}>My badthanks for pointing that out... it was before my time here8)<{POST_SNAPBACK}>I used it a long time ago. V3 is so much better.The difference between v2 and v3 is like even bigger than the difference between Windows 3.1 and Windows 95. Edited July 4, 2005 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Dronzul Posted July 3, 2005 Author Posted July 3, 2005 Ok thanks for every help, where do i get V3? I cant find it under the download section :S PS: Run ("C:\Program Files\Internet Explorer\IEXPLORE.exe") didnt work
LxP Posted July 3, 2005 Posted July 3, 2005 Ok thanks for every help, where do i get V3? I cant find it under the download section :SHere you go Dronzul!Regards,Alex Peters
Dronzul Posted July 3, 2005 Author Posted July 3, 2005 (edited) Thanks alot, i've been there but it just looked like it werent V3 Edited July 3, 2005 by Dronzul
MattX Posted July 3, 2005 Posted July 3, 2005 I remember using v2 for ages - had to double \\ for path names if memory serves me correct.....
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