Skip to content

Instantly share code, notes, and snippets.

@DarkCat09
Last active October 23, 2020 14:52
Show Gist options
  • Save DarkCat09/0cc4bb3fe4c5cfbff3bef0ffa47543ea to your computer and use it in GitHub Desktop.
Save DarkCat09/0cc4bb3fe4c5cfbff3bef0ffa47543ea to your computer and use it in GitHub Desktop.
Self-deleting script in one line!
CreateObject("Scripting.FileSystemObject").DeleteFile(WScript.ScriptName)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment