Jump to content

what are *.a3x Files (Need Documation)


DssLexius
 Share

Recommended Posts

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 by Mobius

wtfpl-badge-1.png

Link to comment
Share on other sites

  • 5 months later...

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!

So the command for dos batch file is like "Autoit3.exe /AutoIt3ExecuteScript myscript.a3x" right? :D

But since the Autoit3.exe is more than 600K in size. :P

Anyother exe file that can execute a3x beside autoit3.exe? :unsure:

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. :D

Edited by MyDream
Link to comment
Share on other sites

  • Developers

So the command for dos batch file is like "Autoit3.exe /AutoIt3ExecuteScript myscript.a3x" right? :D

But since the Autoit3.exe is more than 600K in size. :P

Anyother exe file that can execute a3x beside autoit3.exe? :unsure:

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. :D

That should be:

Any_Compiled_Script.exe /AutoIt3ExecuteScript myscript.a3x

or

Autoit3.exe myscript.a3x

You 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 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.
  :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...