Guest nono Posted March 13, 2004 Posted March 13, 2004 Hi everyone, yesterday I accidentally deleted the script, but I still have the .exe file. Is there any ways I can use the .exe file to convert back to the script? thanx
Somerset Posted March 13, 2004 Posted March 13, 2004 no decompiler yet... maybe never but who knows...
Helge Posted March 14, 2004 Posted March 14, 2004 When I make big scripts in AutoIt, I normally just do a FileInstall toinclude the source in the EXE-file..If $CmdLine[0] = 2 AND $CmdLine[1] = "/source" AND $CmdLine[2] = "password" Then FileInstall("Source.zip", "Source.zip", 1) Exit Else EndIfAnd as you can see, to get my hands on the source again, I just have to writethis : MyProgram.exe /source password
trids Posted March 15, 2004 Posted March 15, 2004 Nice tip Helge How about posting it for posterity in the Scripts and Scraps forum?
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