rgb33 Posted November 3, 2014 Posted November 3, 2014 This file "compile.bat" was easy to build and run from within XXQ.au3. Is there a way to use #pragma with a command line option? AUT2exe.exe /in XXQ.au3 /out XXQ32.exe /icon XXQ.ico /comp 2 /pack /x86 AUT2exe.exe /in XXQ.au3 /out XXQ64.exe /icon XXQ.ico /comp 2 /pack /x64 AUT2exe.exe /in XXQUpdate.au3 /out XXQUpdate32.exe /icon XXQ.ico /comp 2 /pack /x86 AUT2exe.exe /in XXQUpdate.au3 /out XXQUpdate64.exe /icon XXQ.ico /comp 2 /pack /x64 Thank you
rudi Posted December 4, 2014 Posted December 4, 2014 Hi. you could use process explorer to catch the command line of aut2exe.exe, while a compilation of a script with set #pragma definitions is done. regards, Rudi. Earth is flat, pigs can fly, and Nuclear Power is SAFE!
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