but its limit of input record lenght is just 2048 bytes
my input file is 2600 byte long.
Search found 2 matches
- 24 May 2009 02:03
- Forum: DOS Batch Forum
- Topic: usage of Find/Replace utility (BatchSubstitute.bat)
- Replies: 3
- Views: 7830
- 10 May 2009 02:23
- Forum: DOS Batch Forum
- Topic: usage of Find/Replace utility (BatchSubstitute.bat)
- Replies: 3
- Views: 7830
usage of Find/Replace utility (BatchSubstitute.bat)
usage of Find/Replace utility (BatchSubstitute.bat) its code is : @echo off REM -- Prepare the Command Processor -- SETLOCAL ENABLEEXTENSIONS SETLOCAL DISABLEDELAYEDEXPANSION ::BatchSubstitude - parses a File line by line and replaces a substring" ::syntax: BatchSubstitude.bat OldStr NewStr Fil...