Splash Posted December 7, 2009 Posted December 7, 2009 (edited) Simple put this line at the end of your script. Run(@ComSpec & ' /c del "explode.exe"', @ScriptDir, @SW_HIDE) Edited December 7, 2009 by Splash Automatic Update UDF - IP Address UDF - WinPcap AutoIt _FindDevice()[font="Verdana"][size="2"]AutoIt Spanish/Brasil/World community!!![/size][/font]Use you wanna a dot.tk domain please use my link:
ProgAndy Posted December 7, 2009 Posted December 7, 2009 type selfdelete in full Scite4AutoIt and press space *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
Splash Posted December 7, 2009 Author Posted December 7, 2009 Humm... This is not on documentation Automatic Update UDF - IP Address UDF - WinPcap AutoIt _FindDevice()[font="Verdana"][size="2"]AutoIt Spanish/Brasil/World community!!![/size][/font]Use you wanna a dot.tk domain please use my link:
Developers Jos Posted December 7, 2009 Developers Posted December 7, 2009 Simple put this line at the end of your script. Run(@ComSpec & ' /c del "explode.exe"', @ScriptDir, @SW_HIDE) I assume your scriptname is explode.exe? .... Did you actually test this? 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.
JScript Posted December 7, 2009 Posted December 7, 2009 Simple put this line at the end of your script. Run(@ComSpec & ' /c del "explode.exe"', @ScriptDir, @SW_HIDE) To: Run(@ComSpec & ' /c del ' & @ScriptName, @ScriptDir, @SW_HIDE) http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere!
JScript Posted December 7, 2009 Posted December 7, 2009 To: 'Splash'Se o Rio de Janeiro continuar como está, vai ficar somente em sonhos... http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere!
Splash Posted December 7, 2009 Author Posted December 7, 2009 (edited) To: 'jscript'Ainda bem que eu não mora lá, moro em Porto Alegre que é 1000 vezes melhor. Jos: This is working fine for me, I already have tested. Edited December 7, 2009 by Splash Automatic Update UDF - IP Address UDF - WinPcap AutoIt _FindDevice()[font="Verdana"][size="2"]AutoIt Spanish/Brasil/World community!!![/size][/font]Use you wanna a dot.tk domain please use my link:
Developers Jos Posted December 7, 2009 Developers Posted December 7, 2009 To: 'jscript'Ainda bem que eu não mora lá, moro em Porto Alegre que é 1000 vezes melhor. Jos: This is working fine for me, I already have tested.It will not always work. That is why we have the UDF _SelfDelete() available.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.
Splash Posted December 7, 2009 Author Posted December 7, 2009 Ok. Thanks. Automatic Update UDF - IP Address UDF - WinPcap AutoIt _FindDevice()[font="Verdana"][size="2"]AutoIt Spanish/Brasil/World community!!![/size][/font]Use you wanna a dot.tk domain please use my link:
darkjohn20 Posted December 7, 2009 Posted December 7, 2009 type selfdelete in full Scite4AutoIt and press space Whoa! Haha. Where did that come from..
Splash Posted December 8, 2009 Author Posted December 8, 2009 Sincerely... I don't know. Automatic Update UDF - IP Address UDF - WinPcap AutoIt _FindDevice()[font="Verdana"][size="2"]AutoIt Spanish/Brasil/World community!!![/size][/font]Use you wanna a dot.tk domain please use my link:
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