J
Jean Pierre Daviau
Hi,
What would be a for loop extraxting lines beginning with one or more <
in a news email.
Echoing the remaining lines in a new file?
in fact I suppose I would have to use for /F %%i ('find /V"<"
myfile.txt') do echo %%i>>mytext.txt
or simply
find /V "<" myfile.txt >> newfile.txt
Thanks,
Jean Pierre Daviau
I sent it anyway because the find line works! For . . . once. Ha ha
What would be a for loop extraxting lines beginning with one or more <
in a news email.
Echoing the remaining lines in a new file?
in fact I suppose I would have to use for /F %%i ('find /V"<"
myfile.txt') do echo %%i>>mytext.txt
or simply
find /V "<" myfile.txt >> newfile.txt
Thanks,
Jean Pierre Daviau
I sent it anyway because the find line works! For . . . once. Ha ha