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
problem with find and replace path
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 2461
- Joined: Sun Mar 02, 2003 9:22 pm
Do you mean that you want to replace only the exact text
ONDOWNLOAD FOLDER=N:\Customer\Correspondent\Fairfield_Network FILE=C2003--1.CSV
WINCLICK X=440 Y=409 CONTENT=
which contains a newline?
If so, try searching for that exact text with these settings:
ONDOWNLOAD FOLDER=N:\Customer\Correspondent\Fairfield_Network FILE=C2003--1.CSV
WINCLICK X=440 Y=409 CONTENT=
which contains a newline?
If so, try searching for that exact text with these settings:
[ ] Regular expression [i.e., not selected]
[ ] Replacement format [i.e., not selected]
Options
Syntax options:
[ ] Newline separates alternatives [i.e., not selected]
Literal line break characters:
[X] [as appropriate]