Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドラインから何千ものファイルを移動していますが、すべてのファイル名がコンソールに出力されます。出力を無視して高速化する方法はありますか? Linux で /dev/null にパイプするようなものです。
ありがとう
bla-bla-bla-bla-bla-bla-bla-bla 2> nul
これはトリックを行うように見えます:
MOVE oldfile.wp newfile.doc >nul
ソース: http://ss64.com/nt/move.html