如何删除Windows服务器上以'testcase-'开头的所有文件?

use*_*659 2 windows ms-dos

在 Windows 服务器上,使用 DOS 命令,如何删除当前目录中具有以下模式的文件:

  • testcase-234.html
  • testcase-2322.html
  • testcase-12.html

即以 testcase-xxx.html 开头的文件

Zyp*_*her 5

del testcase-*.html