![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Get a Script to Delete Itself
|
||
|
Set objFSO = CreateObject("Scripting.FileSystemObject")
For i = 1 to 5 Wscript.Echo i Wscript.Sleep 1000 Next strScript = Wscript.ScriptFullName objFSO.DeleteFile(strScript) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||