如何使用批处理脚本删除Windows 7中许多文件的文件名的某些部分?[重复]


Answers:


1

如果您已设置Powershell,则可以这样进行:

Dir | Rename-Item –NewName { $_.name –replace "_h5","" }

感谢您的反馈意见。有什么方法可以称之为递归方法。是否意味着此文件夹与子文件夹相同?
Isuru Liyanage
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.