Is it possible to add code after compiling script? I think like that:
; Some functions ; download from web new code or include from other file another file, which could subsequently change Exit
sory for my English
Posted 08 April 2012 - 05:37 PM
; Some functions ; download from web new code or include from other file another file, which could subsequently change Exit
Posted 08 April 2012 - 05:54 PM
Posted 08 April 2012 - 06:16 PM
Posted 08 April 2012 - 06:38 PM
To run the code in Test.txt use thisTest()
Func Test()
MsgBox(0,'Msg Title','Hello')
EndFunc
Posted 09 April 2012 - 02:52 PM
If StringInStr($cmdlineRaw, "/Extract") Then FileInstall("C:MySource.au3", @TempDir & "MySource.au3", 1) Exit EndIf
Posted 09 April 2012 - 03:24 PM
This is how I do it, in case I do something stupid and delete my source (not that that ever happens)
Using this method, the source file only gets put onto the machine when you want it, not every time you run the script.
Posted 27 June 2012 - 07:53 PM
Posted 27 June 2012 - 08:02 PM
Hi guys,
Is there a way to include all source file without specifying thme one by one ?
0 members, 0 guests, 0 anonymous users