将以下命令存为一个bat文件,然后将要删除的文件夹拖放到bat文件上即可:
rmdir /s/q %1
或者自己手动运行命令(删除文件夹C:\abc):
rmdir /s/q C:\abc
posted on 2017-02-18 17:48 空明流光 阅读(635) 评论(0) 编辑 收藏 举报