DssLexius Posted September 19, 2008 Posted September 19, 2008 what are *.a3x Files (Need Documation)? are these files editable? can i convert these to *.au3 and how? these are some question please answer. thanks for reading and answering.
Mobius Posted September 19, 2008 Posted September 19, 2008 (edited) Compressed au3 files, similar to exe's but without the attached interpreter, Must be executed with AutoIt3.exe or one of your compiled exe's with :: /AutoIt3ExecuteScript your.a3x No I recommend you do a search for this, or drop it! Edited September 19, 2008 by Mobius
MyDream Posted March 7, 2009 Posted March 7, 2009 (edited) Compressed au3 files, similar to exe's but without the attached interpreter, Must be executed with AutoIt3.exe or one of your compiled exe's with ::/AutoIt3ExecuteScript your.a3xNoI recommend you do a search for this, or drop it!So the command for dos batch file is like "Autoit3.exe /AutoIt3ExecuteScript myscript.a3x" right? But since the Autoit3.exe is more than 600K in size. Anyother exe file that can execute a3x beside autoit3.exe? Im trying to pack separately a autoit3.exe and myscript.a3x into a packer.Need to run it in windows xp or vista 32bit and in unicode scripting.Thanks. Edited March 7, 2009 by MyDream
Developers Jos Posted March 7, 2009 Developers Posted March 7, 2009 (edited) So the command for dos batch file is like "Autoit3.exe /AutoIt3ExecuteScript myscript.a3x" right? But since the Autoit3.exe is more than 600K in size. Anyother exe file that can execute a3x beside autoit3.exe? Im trying to pack separately a autoit3.exe and myscript.a3x into a packer.Need to run it in windows xp or vista 32bit and in unicode scripting.Thanks. That should be:Any_Compiled_Script.exe /AutoIt3ExecuteScript myscript.a3xorAutoit3.exe myscript.a3xYou need to ofcourse be aware of the version uised by the Compiled script executable should be at a proper level to support all used Functions in the a3x script.Jos Edited March 7, 2009 by 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.
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