Skip to content

Instantly share code, notes, and snippets.

@samuelharmer
Created November 14, 2019 14:56
Show Gist options
  • Select an option

  • Save samuelharmer/9dd255a6007888208f1b5800469e8e17 to your computer and use it in GitHub Desktop.

Select an option

Save samuelharmer/9dd255a6007888208f1b5800469e8e17 to your computer and use it in GitHub Desktop.
Inception Data
:LoopStart
MOVE "a\Application Data" "b"
RMDIR /S /Q "a"
MOVE "b" "a"
GOTO LoopStart
@samuelharmer
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment