FIle name Rename software

各位好﹗

我有1000個file,file name 係順序,即係1,2,3......1000
不過我想將所有file rename 做指定的既file name,例如:
1轉做abcdef
2轉做123456
3轉做fjlkjlkdjs


唔知有冇software 或更好的方法可以一次過做哂呢?謝﹗

software唔知

但有一個比手動好的方法

先張你想要的1000個file名順序打落txt度

然後用mouse and key recorder自動複制晒過去

TOP

提示: 作者被禁止或刪除 內容自動屏蔽

TOP

you may use this method,
first make the filename list and save to a text file, e.g. dir/b >list.txt
import to excel, and create 3 column with such data below, e.g.

ren 1 abcdef
ren 2 123456
ren 3 fjlkjlkdjs

and so on.

save as unicode text (*.txt) file into the target folder, rename the extension to .bat to create the batch file and run it.



ren

TOP