Skip to content

Instantly share code, notes, and snippets.

@SlimTim10
Created September 30, 2012 02:20
Show Gist options
  • Save SlimTim10/3805668 to your computer and use it in GitHub Desktop.
Save SlimTim10/3805668 to your computer and use it in GitHub Desktop.
CD %TEMP%
RD /Q /S . 2>nul
CD C:\somewhere_else
RD /Q /S . 2>nul
CD C:\another_place
RD /Q /S . 2>nul
PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment