【发布时间】:2014-10-26 18:36:02
【问题描述】:
所以在 Utorrent 网站上,它说我们可以重命名未完成的比特彗星文件并删除 .bc!使用此批处理命令进行扩展。但这似乎对我不起作用。
@for /r %i in (*.bc!) do @move "%~fi" "%~dpni"
我收到此错误:
The following usage of the path operator in
substitution is invalid: %~dpni"
For valid formats type CALL /? or FOR /?
rename.bat was unexpected at this time.
其他人报告说它成功了,这让我很沮丧。我正在使用 Windows 7 家庭高级版 x64
【问题讨论】:
标签: windows batch-file rename batch-rename