Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Get a Script to Delete ItselfContent of Get a Script to Delete Itself.vbsMD5 Hash: D76F0A3D3E79C32B378D684598A2036F |
||
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 :: |