PerryRaptor 1 Posted February 19, 2011 Does anyone have a complete list of the compiler options we can use in script? #Compiler_Prompt = n #Compiler_AUT2EXE = #Compiler_Icon = #Compiler_Compression = 4 #Compiler_Allow_Decompile = n #Compiler_PassPhrase = #Compiler_UseUpx= n #Compiler_Res_Fileversion = 1.2.0.0 #Compiler_Res_Description = #Compiler_Res_LegalCopyright = #Compiler_Res_Language=1033 #Compiler_Res_Comment = #Compiler_Res_Field1Name = #Compiler_Res_Field1Value = #Compiler_Res_Field2Name = #Compiler_res_Field2Value = #Compiler_Run_AU3Check = n #Compiler_Run_Before = #Compiler_Run_After = move "%out%" Share this post Link to post Share on other sites
Jos 2,214 Posted February 19, 2011 Does anyone have a complete list of the compiler options we can use in script? #Compiler_Prompt = n #Compiler_AUT2EXE = #Compiler_Icon = #Compiler_Compression = 4 #Compiler_Allow_Decompile = n #Compiler_PassPhrase = #Compiler_UseUpx= n #Compiler_Res_Fileversion = 1.2.0.0 #Compiler_Res_Description = #Compiler_Res_LegalCopyright = #Compiler_Res_Language=1033 #Compiler_Res_Comment = #Compiler_Res_Field1Name = #Compiler_Res_Field1Value = #Compiler_Res_Field2Name = #Compiler_res_Field2Value = #Compiler_Run_AU3Check = n #Compiler_Run_Before = #Compiler_Run_After = move "%out%" These are the "OLD" names for the #AutoIt3Wrapper_* directives which are described in the SciTE4AutoIt3 Helpfile that comes with teh seperate installer. In SciTE click Help/SciTE Help. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites