Created
December 3, 2013 06:47
-
-
Save kaku87/7764910 to your computer and use it in GitHub Desktop.
win7快速删除文件
This file contains 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/s/q dirname> nul | |
rmdir /s/q dirname |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment