Quote:
Originally Posted by rebl
It seems "{\rtf" works, I'm not sure if with \B is really faster but here is what I'm going to test:
|
If you add the /R switch and remove the /B switch you could use a regular expression, but I doubt that it'd make the batch file run faster:
Code:
findstr /R /M /c:"^\{\\rtf1" "%%f" && REN "%%f" "%%~nf.rtf"