dfHunter Posted August 5, 2008 Posted August 5, 2008 Auto It scripts has a big size after compiling file only with ; compile into 500kb file, after upx ~250kb with res hacker i can decrease size up to ~220kb, but empty file with 220kb - not good when i open file with res hacker, i see, that debug strings are in file, so i think you insert error debug into script and something else how i can compile script without it? sorry for bad english
Zedna Posted August 5, 2008 Posted August 5, 2008 (edited) AutoIt is interpreted language. This means script is (in encrypted way) packed together with interpreter and bundled as one EXE file.This is known behaviour and will not change - take it as fact.Search forum for more details as this was discused already.EDIT: here is link for you http://svn.autoitscript.com/trac/wiki/AutoItNotOnToDoList Edited August 5, 2008 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
weaponx Posted August 5, 2008 Posted August 5, 2008 (edited) That empty file contains a full au3 interpreter, so you can use it to run au3 scripts from anywhere.See here:http://www.autoitscript.com/autoit3/docs/i...htm#CommandLine Edited August 5, 2008 by weaponx
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