1
I have the following problem: In a Windows directory, I have 3 files .txt
that every day is created automatically. Within them there are several lines with information. I wish to erase two lines that always repeat in all .txt
and then save them without those two lines, continuing in the same directory.
You could do that automatically with a .bat
, a script or something that can be automated? If yes, how can I do?
Are these two lines always at the beginning or end of the file? or does it vary?
– rray
Always the second and fourth line, within the . txt
– JdsMedeirosBR