yusuke_f's blog

日記。それ以上でも以下でもない。

バッチファイルのエラー出力をテキストファイルに出力する方法

echo test 2> out.txt

echo test > out.txt 2>&1