TextFileOperations homepage
This is the official homepage of the TextFileOperations program, small FREEWARE utility which performs easy automatic transformations of simple line-oriented text files. The transformation "syntax" is based on Total Commander's "Multi‑Rename" tool which is very easy to use.
Example - Let's assume you have a file called list.txt with this content:
write.exe
telnet.exe
taskmgr.exe
spider.exe
ntbackup.exe
telnet.exe
taskmgr.exe
spider.exe
ntbackup.exe
You want to add this text: C:\WINDOWS\system32\ at the beginning of every line. The magic string that will do this for you looks like this: C:\WINDOWS\system32\[T]. You press the
button and the file list.txt looks like this:
C:\WINDOWS\system32\write.exe
C:\WINDOWS\system32\telnet.exe
C:\WINDOWS\system32\taskmgr.exe
C:\WINDOWS\system32\spider.exe
C:\WINDOWS\system32\ntbackup.exe
C:\WINDOWS\system32\telnet.exe
C:\WINDOWS\system32\taskmgr.exe
C:\WINDOWS\system32\spider.exe
C:\WINDOWS\system32\ntbackup.exe
This is but the simplest example of what the program can do for you. The main program advantages are:
- very intuitive interface
- easy syntax
- comprehensive manual with a lot of examples and a tutorial
- transforming more files at the same time
- simple searching commands
- automatic backups of your file(s)