I'll add it to the list, but it might be a while. In the meantime, you can decompress them yourself (you probably already know how to do this): upx -d "MyScript.exe"
Btw, I was a little reluctant to use UPX on the main EXE. But after thinking about it, it seemed to me that the CPU time spent decompressing a file is probably a lot less than the extra disk time that would be needed to read a file twice as large. In other words, I think AHK and compiled scripts will launch faster due to UPX whenever their EXE files aren't already cached by the OS.
#2
-
Posted 03 April 2004 - 12:12 PM