Skip to content

Instantly share code, notes, and snippets.

@cycold
Created September 4, 2014 03:58
Show Gist options
  • Save cycold/1e60306a553388eeaa78 to your computer and use it in GitHub Desktop.
Save cycold/1e60306a553388eeaa78 to your computer and use it in GitHub Desktop.
delete所有文件
@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