サクラエディタで複数ファイルを置換して保存する
- driver.batがreplace.macを呼び出して、cd c:\work\ReplaceTarget配下に存在するファイルに対して繰り返し置換・保存する。
C:.
│ driver.bat
│ replace.mac
│
└─ReplaceTarget
hogepiyo.txt
replace.mac
// 置換
S_ReplaceAll('bow-wow', 'miaow', 36);
// 保存
FileSave();
// 閉じる
WinClose();
driver.bat
cd C:\work\ReplaceTarget
for %%a in (*) do (call:method %%a)
exit
:method
"C:\Program Files (x86)\sakura\sakura.exe" %1 -M=c:\work\replace.mac
Author And Source
この問題について(サクラエディタで複数ファイルを置換して保存する), 我々は、より多くの情報をここで見つけました https://qiita.com/Kenji_TAJIMA/items/5f1ab622b948c9240a4e著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .