
Search found 2 matches
- 10 May 2020 04:28
- Forum: DOS Batch Forum
- Topic: How best to replace exact text in a given file?
- Replies: 2
- Views: 3302
Re: How best to replace exact text in a given file?
i love this site. Thanks ifoxdrive 

- 13 Jul 2015 10:55
- Forum: DOS Batch Forum
- Topic: How best to replace exact text in a given file?
- Replies: 2
- Views: 3302
How best to replace exact text in a given file?
Hi, I have a template file that has the following abbreviated text in it. @echo off REM - ------------------------------------------------------------------------- REM - File Name: --FileName ... (abreviated) @echo on I created a command file to copy this template file and give it a new name. Here i...