Created
April 19, 2022 17:39
-
-
Save cnayan/14f7f977fc1a9b725ecaebb6769b936d to your computer and use it in GitHub Desktop.
FastDel Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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