Jump to content

Possible To Write To An .exe? No.


Swift
 Share

Recommended Posts

Sorry If I've Made Alot Of Topics Today, But Im Working On This Installer! Its Almost Finished Too!!

I just need to know...how I can write to an .exe...or write to a .au3 and quickly convert it to .exe...

-Thanks!!

Link to comment
Share on other sites

You mean like to compile function in scite?

Helpfile -> compile

CODE

Method 3 - The Command Line

The Aut2Exe.exe program can be run from the command line as follows:

Aut2exe.exe /in <infile.au3> [/out <outfile.exe>] [/icon <iconfile.ico>] [/nodecompile] [/comp 0-4] [/pass <passphrase>] [/nopack] [/ansi] [/unicode]

Long filenames should be enclosed in double-quotes like "C:\Program Files\Test\test.au3". If no "out" file is given the input filename is used with a .exe extension.

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