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.
多くの手順が記載されたbatスクリプトファイルがあります。そのうちの1つは非常に時間がかかるので、実行にかかる時間を知りたいです。
Unixでは、これは接頭辞「time」を付けた非常に単純です。
前もって感謝します。
最善の解決策は、コマンドを使用することです
Measure-Command {copy *.* d:\dossier\}