I currently have a script (Read "Idea") that I am wanting to work on where I will be giving the user the ability to customize the actual compiled script via settings in a precompiled script I give them. I am trying to see if that is possible and if so how you would go about doing it. Essentially it would have to recreate the given code using something like FileWrite() and then compile it into a .exe for them to run from there. Edit: Ok I think I have this figured out after goofing around for a sec and think I have solved my own question by running the autoit.exe with the command line arguments to compile the script. Off to test!