Remove prefix in files in one CMD string. Why this code not works?

前端 未结 0 1803
心在旅途
心在旅途 2020-12-16 18:18

for /f "delims=" %i in (\'dir /b ".\\0000-*.*"\') do rename "%i" "%i:~5"

If seems that cmd doesn\'t run ~5 parame

相关标签:
回答
  • 消灭零回复
提交回复
热议问题