Skip to content

Instantly share code, notes, and snippets.

@kaku87
Created December 3, 2013 06:47
Show Gist options
  • Save kaku87/7764910 to your computer and use it in GitHub Desktop.
Save kaku87/7764910 to your computer and use it in GitHub Desktop.
win7快速删除文件
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