Aut2ExeIconWrapper v1.0
Aut2ExeIconWrapper is a simple app that will automatically include an icon in an
AutoIt? script. Call it in the same way as you would Aut2Exe.exe. If there is a
.ico file with the same name as the
.au3 file, it will pass the icon to Aut2Exe.exe. I use this script with
TextPad? so I don't have to remember to include an icon before I distribute the compiled script.
Parameters
Aut2ExeIconWrapper passes most parameters to Aut2Exe.exe, however it captures the following parameters for its own use:
/?
Displays version information and a simple usage dialog.
/in <filename.au3>
Used to determine script name, this parameter is passed to Aut2Exe.exe intact.
/icon <filename.ico>
If found, do nothing to the command line before calling Aut2Exe.exe. The icon passed will be used.
--
JasonHill - 09 Feb 2007