Remmus Posted December 27, 2011 Share Posted December 27, 2011 (edited) Hi, (I apologize for my English is not my native language) I am a new user, and I recently downloaded AutoIt. I opened the editor and I wrote the first lene code to test the proper operation: MsgBox (0, "Window," "Hello World") I saved the file and then I clicked on: Tools -> Go Coompile Build ... these buttons do not work, written out: >C:program filesautoit3autoit3.exe "C:UsersxxDesktopTest.au3" "C:program" non è riconosciuto come comando interno o esterno, un programma eseguibile o un file batch. >Exit code: 1 Time: 0.219 = > C:Program Filesautoit3 autoit3.exe "C:Users xxDesktopTest.au3" "C: Program" is not recognized as internal or external command, an executable program or batch file. > Exit code: 1 Time: 0,219 How can I fix this? Thank you and Merry Christmas and Happy New Year. Edited December 27, 2011 by Remmus Link to comment Share on other sites More sharing options...
Robjong Posted December 27, 2011 Share Posted December 27, 2011 Hi,Are you using the FULL SciTE4AutoIt Editor ? Link to comment Share on other sites More sharing options...
Remmus Posted December 27, 2011 Author Share Posted December 27, 2011 Yes, I am using: SciTE4AutoIt Editor Link to comment Share on other sites More sharing options...
Robjong Posted December 27, 2011 Share Posted December 27, 2011 Hi, Looks like I overlooked something... "C: Program" is not recognized as internal or external command, an executable program or batch file. Not sure where it's comming from though... (Jos kom d'r maar in ) Link to comment Share on other sites More sharing options...
TheArkanaProject Posted December 27, 2011 Share Posted December 27, 2011 (edited) I'm also having this issue. Just updated to 3.3.8 and I can no longer run anything from the editor. Tried completely uninstalling, removing all related files and registry setttings I could find, then reinstalling and I'm still having the same issue. MsgBox(0, "Test", "Hello!") Results in: >C:program filesautoit3autoit3.exe "C:Users*****Desktopasdf.au3" 'C:program' is not recognized as an internal or external command, operable program or batch file. >Exit code: 1 Time: 0.230 Looks like a simple matter of missing quotation marks when it attempts to run the script, though I can't figure out how to fix it. Also, dll functions like DllStructCreate() are no longer blue/italicized. Is this intentional? Edited December 27, 2011 by TheArkanaProject Link to comment Share on other sites More sharing options...
kylomas Posted December 27, 2011 Share Posted December 27, 2011 @All, I upgraded this afternoon to 3.3.8 and downloaded/installed the FULL SCITE editor at the same time. I'm having some problems but not this one. Programs are running from the editor the same as before upgrade. kylomas Forum Rules Procedure for posting code "I like pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals." - Sir Winston Churchill Link to comment Share on other sites More sharing options...
Developers Jos Posted December 27, 2011 Developers Share Posted December 27, 2011 The Lite version of SciTE, that comes with the AutoIt3 installer, still has a hardcoded path in its configuration and will point to: "c:/program files/autoit3/autoit3.exe". This will cause issues on x64 systems. I have made some changes to the configuration for the next version that should handle this, ut would advice anybody to use the Full SciTE4AutoIt3 installer anyway as that has soo much more options and tools included. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
msc0ttj Posted January 15, 2012 Share Posted January 15, 2012 so x64 cant use the full editor? Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted January 15, 2012 Share Posted January 15, 2012 (edited) so x64 cant use the full editor?Hi and Welcome to the forums!!You didn't really read the thread, did you? It's the LITE version (you get with AutoIt) that has problems. SciTE4AutoIt3 (full editor) is perfectly fine. Edited January 15, 2012 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
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