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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.