Page 1 of 1

problem with find and replace path

Posted: Mon Sep 17, 2007 6:53 pm
by apple
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

Posted: Tue Sep 18, 2007 8:27 am
by ben_josephs
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:
[ ] 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]