Notepad++Search and Replace Bat Operation ?
-
is it possible to run Notepad++ in a batch to search and replace Strings ?!
Like : notepad++ SRF " “Kind of Files” “Searchstring” “Replacestring” “options”
SRD= Search and Replace in Files
Is that possible ?
Kind regards Daniel
-
For interactive use:
See the MultiReplace plugin.
Like : notepad++ SRF " “Kind of Files” “Searchstring” “Replacestring” “options”
Hmm, this looks like a command line…and you said “bat”.
So, I’d say no, this isn’t something reasonably done.
Fortunately, there are better tools for this task. -
@Daniel-Rafflenbeul said in Notepad++Search and Replace Bat Operation ?:
is it possible to run Notepad++ in a batch to search and replace Strings ?!
No. A good choice for that is sed from the GnuWin32 project (which is a Windows port of many of the command line GNU Linux tools).