Search found 1 match
- 06 Sep 2022 00:54
- Forum: DOS Batch Forum
- Topic: Batch file edit text file
- Replies: 1
- Views: 2124
Batch file edit text file
I made a batch file as below referring to other topic. However, an undesirable result is shown as below, and I think the cause is "=". [Edit_txt.bat] @echo off set "replace=MAX_SCALE-MARKINGS_VAL=20000" set "replaced=MAX_SCALE-MARKINGS_VAL=500" set "source=Source.txt" set "target=Target.txt" setloca...