mattfaust Posted September 8, 2007 Posted September 8, 2007 Im trying to find a way for a script to generate and compile another. is there a good way to do this?
ChrisL Posted September 8, 2007 Posted September 8, 2007 Im trying to find a way for a script to generate and compile another. is there a good way to do this? If you had AUT2EXE.exe you can send commandline parameters to that to compile a script. If you already have one script running you can generate an .au3 file and run it from your main app without compiling it. RunWait (@Autoitexe & " /AutoIt3ExecuteScript MyAu3File.au3", @scriptdir) You can do this without having autoit installed on the computer, once the main app is compiled then scripts called using this method will use the autoit3.exe which is in your main compiled script [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
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