I have many .h files, which need minor changes, all contained in a directory. I was thinking of using a batch file, or similar, which when executed would replace all occurrences of a string within those files with another string.
Theres no need for a log file or the file to be renamed.
Need a find and replace string for a file content
Moderator: DosItHelp
Re: Need a find and replace string for a file content
I would highly recommend you look at using JREPL
Re: Need a find and replace string for a file content
how i use it for my aplication?