DarkAngel Posted July 9, 2011 Posted July 9, 2011 (edited) Is there any way to compile a script from within a script apart from attching aut2exe with the compiled script? I was trying to make an utility which would allow users to make a standalone exe from a script that would be generated based on inputs/choice/preferences that they provide ... is it possible ? Edited July 9, 2011 by DarkAngel
Moderators Melba23 Posted July 9, 2011 Moderators Posted July 9, 2011 DarkAngel,Is there any way to compile a script from within a script apart from attching aut2exe with the compiled script?Not unless the machine on which you are compiling has its own copy of Aut2Exe. However, FileInstalling Aut2Exe and AutoItSC.bin and using RunWait to compile a script created with FileWrite is quite possible, albeit a little fiddly - I have done it myself. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
DarkAngel Posted July 9, 2011 Author Posted July 9, 2011 Hmmm i guess the size of the file increases by 1 mb now... i was ondering if there were oher methods .. like i remember once valik saying that every compiled au3 script also acts as a compiler or somethng ... read that long ago soemwhere in the forum .. cant remember what actaully he said or meant ... anyway thanks
Moderators Melba23 Posted July 9, 2011 Moderators Posted July 9, 2011 DarkAngel,Every compiled AutoIt script has a copy of the interpreter within it - so you can run uncompiled scripts using that interpreter. This post explains how to do it. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
DarkAngel Posted July 9, 2011 Author Posted July 9, 2011 ahh yes ... interpreter .. not compiler .. Au3 is an interreted language .... thanks for the link .. but i guess i will have to ship in aut2exe,upx and autoitsc.bin with the compiled script ...
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