problem with find and replace path
Posted: Mon Sep 17, 2007 6:53 pm
Hi all,
I want to find a path a replace with another path in the code in 100 files. Here is the orginal code:
ONDOWNLOAD FOLDER=N:\Customer\Correspondent\Fairfield_Network FILE=C2003--1.CSV
WINCLICK X=440 Y=409 CONTENT=
replace with:
ONDOWNLOAD FOLDER=N:\Cusomter\Suntrust\Correspondent\Fairfield_Network FILE=C2003.--1CSV
TAG POS=1 TYPE=A ATTR=TXT:View&&HREF:javascript:__doPostBack('RateSheetGrid$_ctl2$View','')
There are many winclick coordinate in the code. I just want to replace for a particular winclick above only. How can I do that?
Thanks in advance
I want to find a path a replace with another path in the code in 100 files. Here is the orginal code:
ONDOWNLOAD FOLDER=N:\Customer\Correspondent\Fairfield_Network FILE=C2003--1.CSV
WINCLICK X=440 Y=409 CONTENT=
replace with:
ONDOWNLOAD FOLDER=N:\Cusomter\Suntrust\Correspondent\Fairfield_Network FILE=C2003.--1CSV
TAG POS=1 TYPE=A ATTR=TXT:View&&HREF:javascript:__doPostBack('RateSheetGrid$_ctl2$View','')
There are many winclick coordinate in the code. I just want to replace for a particular winclick above only. How can I do that?
Thanks in advance