Batch Process: Difference between revisions

Jump to navigation Jump to search
30 bytes removed ,  26 May 2006
m
Line 16: Line 16:
* 重新命名檔案名稱
* 重新命名檔案名稱
** [http://www.hokoy.com/ 老胡的烘焙雞] - [http://www.hokoy.com/Works/Program/KoyRenamer.aspx 檔案改名器] (連線問題: 04-14)
** [http://www.hokoy.com/ 老胡的烘焙雞] - [http://www.hokoy.com/Works/Program/KoyRenamer.aspx 檔案改名器] (連線問題: 04-14)
** [http://www.irfanview.com/ IrfanView] ([http://toget.pchome.com.tw/tip/drawing/tip_168.html 更名說明]) (last visited: 2006年4月14日) File name pattern as follows:
** [http://www.irfanview.com/ IrfanView] ([http://toget.pchome.com.tw/tip/drawing/tip_168.html 更名說明]) (last visited: 2006年4月14日)


{| border="1"
{| border="1"
| 目的
| 目的
|| 原檔名 例
|| Name pattern
|| Name pattern
|| 原檔名 例
|| 更名後檔名 例
|| 更名後檔名 例
|| 備註
|| 備註
|-
|-
| 取代原檔名(不含副檔名), 取代為image###
| 取代原檔名(不含副檔名), 取代為image###
|| {original filename}.html
|| image###
|| image###
|| {original filename}.html
|| image001.html ~ image020.html
|| image001.html ~ image020.html
||
||
|-
|-
| 原檔名(不含副檔名)後在加上時間(精確至秒)
| 原檔名(不含副檔名)後在加上時間(精確至秒)
|| {original filename}.html
|| $N_$T
|| $N_$T
|| {original filename}.html
|| {original filename}_2006_3_31 _ 21_46_20.html
|| {original filename}_2006_3_31 _ 21_46_20.html
||
||
|-
|-
| 原檔名(不含副檔名)後在加上時間(月與日)
| 原檔名(不含副檔名)後在加上時間(月與日)
|| {original filename}.html
|| $N_$T(%m-%d)
|| $N_$T(%m-%d)
|| {original filename}.html
|| {original filename}_03-31.html
|| {original filename}_03-31.html
||
||
|-
|-
| 原檔名(不含副檔名)插入文字 _text
| 原檔名(不含副檔名)插入文字 _text
|| abc.1 ~ abc.20
|| $N_text
|| $N_text
|| abc.1 ~ abc.20
|| abc_text.1 ~ abc_text.20
|| abc_text.1 ~ abc_text.20
||
||
|-
|-
| ''trivial:'' 原檔名(含副檔名)插入文字 .gif
| ''trivial:'' 原檔名(含副檔名)插入文字 .gif
|| abc.1 ~ abc.20
|| $F.gif
|| $F.gif
|| abc.1 ~ abc.20
|| abc.1.gif.1 ~ abc.20.gif.20
|| abc.1.gif.1 ~ abc.20.gif.20
|| 無法透過批次更名方式, 替換副檔名. 建議改用batch conversion
|| 無法透過批次更名方式, 替換副檔名. 建議改用batch conversion

Navigation menu