Skip to content

Instantly share code, notes, and snippets.

@cnayan
Created April 19, 2022 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cnayan/14f7f977fc1a9b725ecaebb6769b936d to your computer and use it in GitHub Desktop.
Save cnayan/14f7f977fc1a9b725ecaebb6769b936d to your computer and use it in GitHub Desktop.
FastDel Windows
DEL /F/Q/S "%1" > NUL
RMDIR /Q/S "%1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment