分享至
用
已邀請的邦友 {{ invite_list.length }}/5
利用 powershell, 現在 cmd 模式下 切換到該目錄
cd /d "d:\phptos"
再進入powershell模式
powershell
利用這指令批次改名檔名,
Get-ChildItem .\*.jpg|Rename-Item -newname {$_.creationTime.toString("Screenshot_yyyy-MM-dd-HH-mm")+".jpg"}
google 批次修改建立日期
IT邦幫忙