Batch Process: Difference between revisions

Jump to navigation Jump to search
222 bytes added ,  4 January 2007
No edit summary
Line 21: Line 21:
| <b>目的</b>
| <b>目的</b>
|| <b>原檔名 例</b>
|| <b>原檔名 例</b>
|| <b>更名後檔名 例</b>
|| <b>Name pattern</b>
|| <b>Name pattern</b>
|| <b>更名後檔名 例</b>
|| <b>備註</b>
|| <b>備註</b>
|-
|-
| 取代原檔名(不含副檔名), 取代為image###
| 取代原檔名(不含副檔名), 取代為image###
|| {original filename}.html
|| {original filename}.html
|| image001.html ~ image020.html
|| image###
|| image###
|| image001.html ~ image020.html
||
||
|-
|-
| 原檔名(不含副檔名)後在加上時間(精確至秒)
| 原檔名(不含副檔名)後在加上時間(精確至秒)
|| {original filename}.html
|| {original filename}.html
|| {original filename}_2006_3_31 _ 21_46_20.html
|| $N_$T
|| $N_$T
|| {original filename}_2006_3_31 _ 21_46_20.html
||
||
|-
|-
| 原檔名(不含副檔名)後在加上時間(月與日)
| 原檔名(不含副檔名)後在加上時間(月與日)
|| {original filename}.html
|| {original filename}.html
|| {original filename}_03-31.html
|| $N_$T(%m-%d)
|| $N_$T(%m-%d)
|| {original filename}_03-31.html
||
||
|-
|-
| 原檔名(不含副檔名)插入文字 _text
| 原檔名(不含副檔名)插入文字 _text
|| abc.1 ~ abc.20
|| abc.1, abc.2 ~ abc.20
|| abc_text.1 ~ abc_text.20
|| $N_text
|| $N_text
|| abc_text.1 ~ abc_text.20
||
|-
| 更改原檔名(不含副檔名)中的固定文字 aaa 為 abc
|| aaa_01.html, aaa_02.html ~ aaa_20.html
|| abc_01.html, abc_02.html ~ abc_20.html
|| $N 並且 (Set rename option) Replace text: aaa with abc
||
||
|-
|-
| ''trivial:'' 原檔名(含副檔名)插入文字 .gif
| ''trivial:'' 原檔名(含副檔名)插入文字 .gif
|| abc.1 ~ abc.20
|| abc.1 ~ abc.20
|| abc.1.gif.1 ~ abc.20.gif.20
|| $F.gif
|| $F.gif
|| abc.1.gif.1 ~ abc.20.gif.20
|| 無法透過批次更名方式, 替換副檔名. 建議改用batch conversion
|| 無法透過批次更名方式, 替換副檔名. 建議改用batch conversion
|}
|}

Navigation menu