[Show/Hide Left Column]

Search And Replace Text in Tagged Files

::Search And Replace Text in Tagged Files
:: Purpose:         Search and replace text in all tagged files
:: Author:          Kim Henkel
:: Version:         2007-02-21, v1.0
:: ZTW ver:         1.60.rc17
:: OS version:      WinXP Pro SP2
:: Requires:        SR.EXE
:: Source:          http://www.polena.us/downloads/sr.exe
:: Usage:           Tag files, then invoke this menu script
::                  Prompts for old string and new string

REM #ZTSet #zold Replace:
REM #ZTSet #znew with:
REM #ZTTag #ZTTemp\~ZTTag.bat -fCALL #ZTTemp\ZTW_MENU.BAT SUB %1 
IF [%%1]==[SUB] GOTO SUB 
CALL #ZTTemp\~ZTTag.bat 
DEL #ZTTemp\~ZTTag.bat
PAUSE 
GOTO End
:SUB
%#ZTTools%\SR.EXE %#zold% %#znew% %%2
:End


Contributors to this page: admin , laurent and khenkel .
Page last modified on Sunday 08 of November, 2009 14:59:17 EST by admin.