Hi there,
I've searched and searched but have not found how. I'm sure it's something simple, but I have no clue.
Any assistance would be appreciated. Thank you
removing all lines from a .txt that begin with "-".
Moderator: DosItHelp
Re: removing all lines from a .txt that begin with "-".
Code: Select all
Findstr /b /v /c:"-" myfile.txt >new file.txt