| Home | Simple version | Whole Word version | Regular Expression version |
This tutorial assumes the following 3 things:
1. That extensions for known file types are not hidden. (1. Click Start / My Documents. 2. Click Tools / Folder Options…. 3. Click the View tab. 4. Make sure that Hide extensions for known file types is unchecked.)
2. That you have Notepad2 or a shortcut to it on your desktop.
3. That you have installed Perl according to the tutorial at:
http://llbest.com/PerlProgramming.htm.
On this web page:
A. Introduction
B. Get the Free Download
C. Main Features
D. Example
E. Preview Mode
F. Subfolder Support
G. Conclusion
This web page is a tutorial on how to use a free Perl program to do search and replace operations using a simple internal list of replacement pairs. The replacement pairs may contain special Unicode characters in which case the .bat file must be saved as a UTF-8 file without signature.
The free download (_SandR_Simple.zip) contains the following 2 files:
1. Download now (1.75 KB).
2. Unzip _SandR_Simple.zip to a folder called _SandR_Simple.
A. Introduction
B. Get the Free Download