I have been experimenting with various file optimizer programs, and came across this problem twice: the script is stripped from an AutoIt compiled program every time, causing an 'Unable to open the script file' error.
I read that the script is currently 'tacked on' to the end of the executable, but I wanted to know a way to reliably detect where it starts and of course detect if it is an AutoIt executable or not, so I can prevent that from being stripped off.
Any help is appreciated