:: reverse dictionary ::
確認メッセージを省略してディレクトリをコピーするには、xcopy コマンドに次の3つを指定して実行します。
D:ディレクトリ F:ファイル D C:\MyDir ├ F sample01.txt └ F sample02.txt
C:\>xcopy MyDir MyDir2 /i MyDir\sample01.txt MyDir\sample02.txt 2 個のファイルをコピーしました C:\>dir MyDir2 /b sample01.txt sample02.txt
xcopy 送り側 [受け側] [/i]
xcopy コマンドに /i スイッチを付けると、確認メッセージを省略してディレクトリをコピーします。
| dir /b | … | ディレクトリとファイルの名前のみを表示する |
Copyright (C) 2005-2007 Noto Watabe. All rights reserved.
e-mail:wmh@always-pg.com