Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search and replace of one string with another

Status
Not open for further replies.

RomanM

Programmer
Jul 17, 2000
1
CA
I need to write a command line utility that does a search and replace of one string with another on the contents of the files in one directory plus on the file names in the directory. How can I possibly do that?<br>Thanks in advance,<br><br>Roman<br><br><br>
 
Dear RomanN,<br><br>If you will be using Visual C++, use the Application Wizard to start an Win32 Console application. That will give you the framework for a command line application. Then use the Code Wizard to implement your functionality.<br><br>Good luck<br>-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top