摘要: 目的 把当前文件夹下的这些文件 重命名为 代码 Get-ChildItem -Path . -Filter "*.mkv" | ForEach-Object { if ($_.Name -ne "rename") { $fileName = $_.Name -replace "\.[^.]+$", 阅读全文
posted @ 2024-07-18 22:46 lightmon 阅读(62) 评论(0) 推荐(0)