>>635
正規表現としてじゃなくて cmd のエスケープかと。

echo;abc | findstr /n ""
FINDSTR: 検索文字列がありません。

echo;abc | findstr /n "^"
1:abc