我想從 Win7 的 command window 用 ren 指令將同一資料夾內多個 *.mp4.ts 檔
重新命名為 *.ts, 亦即去掉主檔名中的 .mp4 四個字元. 該怎麼下指令?
例如以下的檔名:
1111.mp4.ts
222.mp4.ts
33.mp4.ts
試過 ren *.mp4.ts *.ts 但沒成功.
--
重新命名為 *.ts, 亦即去掉主檔名中的 .mp4 四個字元. 該怎麼下指令?
例如以下的檔名:
1111.mp4.ts
222.mp4.ts
33.mp4.ts
試過 ren *.mp4.ts *.ts 但沒成功.
--
All Comments