Thank you! This works perferctly!
This was an enormous help.
Best regards,
SMA
Search found 2 matches
- 12 Jul 2010 10:43
- Forum: DOS Batch Forum
- Topic: Help with BatchSubstitute.bat
- Replies: 2
- Views: 3950
- 06 Jul 2010 17:10
- Forum: DOS Batch Forum
- Topic: Help with BatchSubstitute.bat
- Replies: 2
- Views: 3950
Help with BatchSubstitute.bat
I am using the following BatchSubstitue.bat file to find and replace a string in a text file: @echo off REM -- Prepare the Command Processor -- SETLOCAL ENABLEEXTENSIONS SETLOCAL DISABLEDELAYEDEXPANSION ::BatchSubstitude - parses a File line by line and replaces a substring" ::syntax: BatchSubs...