📜  powershell 批量重命名并向文件名添加额外的字符串 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:09.806000             🧑  作者: Mango

代码示例1
for %a in (*.*) do ren "%a" "prefix - %a"