删除名称中包含pipe道(|)的目录?

如果不启动到Linux,如何删除在Linux上创build的包含文件名中的pipe道的NTFS分区的目录

例如:

f:\flac\foreign\Yoshida_Brothers\Best_of_Yoshida_Brothers_|_Tsugaru_Shamisen 

尝试失败:

  • 午夜指挥官
  • recursion删除父文件夹
  • del /f /s /q Yoshida_Brothers
  • del /f /s /q "\\?f:\flac\foreign\Yoshida_Brothers\"
  • rmdir /s Yoshida_Brothers
  • rmdir Best*
  • FileASSASSIN
  • 无法删除文件夹

其他想法?

replace单字符通配符? 对于pipe道angular色应该工作:

 del f:\flac\foreign\Yoshida_Brothers\Best_of_Yoshida_Brothers_?_Tsugaru_Shamisen