ログファイルを1つにまとめるコマンド

 

rem --ドライブの異動
cd /d N:

rem -- フォルダの移動
cd N:\test

rem --logファイルを1つにまとめる
type *.log >N:\test\alldata\まとめ.log