【发布时间】:2012-10-09 23:23:45
【问题描述】:
我阅读并尝试了一些来自
的代码What's the fastest way to delete a large folder in Windows? (
rmdir /s /q folder)
我想创建一个批处理来删除名称以Test_ 开头的文件夹。我有一个文件夹D:\Test_123_19_10_2012。
如何在批处理或命令提示符下编写?需要正则表达式吗?
感谢您的耐心等待。
【问题讨论】:
标签: batch-file command command-prompt