Replacing Strings in files
Hi everybody,
Can anyone explain me how to replace strings in text files
for example I have the following data in a file
Name = xyz
Now, I want to replace "xyz" string with say "abc"
so that now my file looks as
Name = abc
Note: I don't want to completely delete the line/file and replace with new data
Thanking u in advance
john_farrellusPosted Aug 18, 2004, 1:17 PM
MykoninePosted Aug 13, 2004, 2:14 PM