[解決済み] xcopyとrobocopyの違いについて
2022-03-07 22:54:56
質問
私はバッチスクリプトの初心者なんです。 初心者の私は、スクリプト中に両方の両方が便利だと思います xcopyとrobocopyの主な違いは何ですか?
どのように解決するのですか?
Windowsの新しいバージョンでは、ロボコピーがXCopyを置き換えます。
- ミラーリングを使用、XCopyは使用しない
- コピー実行時間を設定する/RHオプションがあります。
- ファイルの差分をチェックするための/MON:nオプションがあります。
- XCopy よりも多くのファイル属性をコピーします。
マーク・セッチェルの意見に賛成です、どちらもくだらないものです。(マイクロソフトによってもたらされた)
UPDATEです。
XCopyのリターンコード。
0 - Files were copied without error.
1 - No files were found to copy.
2 - The user pressed CTRL+C to terminate xcopy. enough memory or disk space, or you entered an invalid drive name or invalid syntax on the command line.
5 - Disk write error occurred.
ロボコピーはコードを返します。
0 - No errors occurred, and no copying was done. The source and destination directory trees are completely synchronized.
1 - One or more files were copied successfully (that is, new files have arrived).
2 - Some Extra files or directories were detected. No files were copied Examine the output log for details.
3 - (2+1) Some files were copied. Additional files were present. No failure was encountered.
4 - Some Mismatched files or directories were detected. Examine the output log. Some housekeeping may be needed.
5 - (4+1) Some files were copied. Some files were mismatched. No failure was encountered.
6 - (4+2) Additional files and mismatched files exist. No files were copied and no failures were encountered. This means that the files already exist in the destination directory
7 - (4+1+2) Files were copied, a file mismatch was present, and additional files were present.
8 - Some files or directories could not be copied (copy errors occurred and the retry limit was exceeded). Check these errors further.
16 - Serious error. Robocopy did not copy any files. Either a usage error or an error due to insufficient access privileges on the source or destination directories.
ロボコピーの戻り値の詳細については、こちらをご覧ください。 http://ss64.com/nt/robocopy-exit.html
関連
-
[解決済み】Npm root/administratorでこのコマンドを再度使用してみてください。
-
[解決済み] %~dp0とはどういう意味ですか、またどのように機能しますか?
-
[解決済み] .dllファイルに「このプログラムはDOSモードでは実行できません」というテキストがあるのはなぜですか?
-
[解決済み] WPCups.exeとは何ですか?[クローズド]です。
-
[解決済み] Windowsアラート:不正なピンが何度も入力されています。
-
[解決済み] Eclipseが起動できない - Javaは起動したが終了コード=13を返した
-
[解決済み] CygwinとMinGWの違いは何ですか?
-
[解決済み] [Solved] バッチファイルを自動昇格させ、必要に応じてUACの管理者権限を要求するにはどうすればよいですか?
-
[解決済み】Windowsのバッチファイルの隠し機能
-
[解決済み] マネージド」と「アンマネージド」の違いについて
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
[解決済み】Npm root/administratorでこのコマンドを再度使用してみてください。
-
[解決済み] invisible.vbsでBATファイルをバックグラウンドで実行するが、停止する方法は?
-
[解決済み] Sudoが見つかりません。npm install を試しています。
-
[解決済み] Windowsの能書きは?
-
[解決済み] Windowsアラート:不正なピンが何度も入力されています。
-
[解決済み] XAMPP Object not foundエラー
-
[解決済み] mingw-w64スレッド:PosixとWin32の比較
-
[解決済み] docker-machine: マシン名がない、"default" が存在しない
-
[解決済み] Windowsでgl3wを設定するには?
-
[解決済み] Windows (10)にPythonがインストールされているかどうかをテストし、インストールされていない場合はexeを実行してインストールするにはどうすればよいですか?