Search found 1 match

by gretty
30 Apr 2013 17:01
Forum: DOS Batch Forum
Topic: Remove Multi-Line String from File
Replies: 1
Views: 3388

Remove Multi-Line String from File

Hello I am attempting to remove a multiline string from a file. The multiline string comes from another file and is read into a Batch variable. I then read the target file and search for this multiline string, if it exists I want to delete it from the target file. Is this kind of functionality possi...