Rexxer

Some tips for me and other

CMD + replace string in many files in subdirectories

Tool: link

CMD-file:

for /r %%a in (.) do pushd “%%a” & cd & nhrplc.exe %* & popd

COMMAND:

run.cmd -spt:”c:\Python25\Lib\site-packages\trac\conf\trac” -t:”C:\in\trac” conf\trac.ini

Comments are currently closed.