I have the following problem: In a Windows directory, I have 3 .txt
files that are automatically created every day. Inside them there are several lines with information. I want to delete two lines that are always repeated in all .txt
and then save them without these two lines, continuing in the same directory.
Would you like to do this automatically with a .bat
, script, or something that can be automated? If so, how can I do it?