最近遇一问题. 用 全能字符串批量替换 V6.0以上版本也未能实现 , 想到用批处理看看.结果未遂...发出来请教斑竹及知情者,先谢了.
将下面文本里的 , , , .... 全部换成 ,,,,.....,既 中括号里的数字统一加了某个数字.
ImgFileName="pic2/806.jpg"
Scale=100
PhotoWidth=450
PhotoHeight=620
TransEffects=""
ImgFileName="pic2/807.jpg"
Scale=100
PhotoWidth=450
PhotoHeight=620
TransEffects=""
ImgFileName="pic2/808.jpg"
Scale=100
PhotoWidth=450
PhotoHeight=620
TransEffects=""
ImgFileName="pic2/809.jpg"
Scale=100
PhotoWidth=580
PhotoHeight=445
TransEffects=""
...........................
用批处理处理成:
ImgFileName="pic2/806.jpg"
Scale=100
PhotoWidth=450
PhotoHeight=620
TransEffects=""
ImgFileName="pic2/807.jpg"
Scale=100
PhotoWidth=450
PhotoHeight=620
TransEffects=""
ImgFileName="pic2/808.jpg"
Scale=100
PhotoWidth=450
PhotoHeight=620
TransEffects=""
ImgFileName="pic2/809.jpg"
Scale=100
PhotoWidth=580
PhotoHeight=445
TransEffects=""
...........................
大家给个方法 或讨论一下吧.
Recently encountered a problem. The version above V6.0 of "All-in-one String Batch Replace" couldn't achieve it, so I thought about using batch processing. But it didn't work out... I post it to ask the moderators and those who know, thanks in advance.
Replace all , , , .... in the following text with , , , ,....., that is, the numbers in the square brackets are uniformly added by a certain number.
ImgFileName="pic2/806.jpg"
Scale=100
PhotoWidth=450
PhotoHeight=620
TransEffects=""
ImgFileName="pic2/807.jpg"
Scale=100
PhotoWidth=450
PhotoHeight=620
TransEffects=""
ImgFileName="pic2/808.jpg"
Scale=100
PhotoWidth=450
PhotoHeight=620
TransEffects=""
ImgFileName="pic2/809.jpg"
Scale=100
PhotoWidth=580
PhotoHeight=445
TransEffects=""
...........................
Processed with batch processing into:
ImgFileName="pic2/806.jpg"
Scale=100
PhotoWidth=450
PhotoHeight=620
TransEffects=""
ImgFileName="pic2/807.jpg"
Scale=100
PhotoWidth=450
PhotoHeight=620
TransEffects=""
ImgFileName="pic2/808.jpg"
Scale=100
PhotoWidth=450
PhotoHeight=620
TransEffects=""
ImgFileName="pic2/809.jpg"
Scale=100
PhotoWidth=580
PhotoHeight=445
TransEffects=""
...........................
Everyone give a method or discuss it.