Guest nono 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 Share this post Link to post Share on other sites
Somerset 3,073 Posted March 13, 2004 no decompiler yet... maybe never but who knows... Spoiler Share this post Link to post Share on other sites
Helge 3 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 Share this post Link to post Share on other sites
trids 2 Posted March 15, 2004 Nice tip Helge How about posting it for posterity in the Scripts and Scraps forum? Share this post Link to post Share on other sites