2019-07-22から1日間の記事一覧

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

rem --ドライブの異動 cd /d N: rem -- フォルダの移動 cd N:\test rem --logファイルを1つにまとめる type *.log >N:\test\alldata\まとめ.log