Created
September 4, 2014 03:58
-
-
Save cycold/1e60306a553388eeaa78 to your computer and use it in GitHub Desktop.
delete所有文件
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
@echo off | |
rem 要把要删除的文件或目录拖放到这个bat文件的图标上就可删除 | |
DEL /F /A /Q \\?\%1 | |
RD /S /Q \\?\%1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment