Skip to content

Instantly share code, notes, and snippets.

@nikolazic
Created December 13, 2013 23:22
Show Gist options
  • Save nikolazic/7953311 to your computer and use it in GitHub Desktop.
Save nikolazic/7953311 to your computer and use it in GitHub Desktop.
Fast file delete in Windows
del /f/s/q foldername > nul
rmdir /s/q foldername
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment