:: reverse dictionary ::
キー入力があるまでコピー開始を待つには、xcopy コマンドに次の3つを指定して実行します。
D:ディレクトリ F:ファイル D C:\MyDir ├ F sample01.txt ├ F sample02.txt └ D SubDir └ F sample03.txt
C:\MyDir>xcopy sample??.txt SubDir /w ファイルのコピーを開始するときは何かキーを押してください
xcopy 送り側 [受け側] [/w]
xcopy コマンドに /w スイッチを付けると、キー入力があるまでコピー開始を待ちます。
Enter キーやアルファベットのキーなどを押すとコピーを開始します。
C:\MyDir>xcopy sample??.txt SubDir /w ファイルのコピーを開始するときは何かキーを押してください C:sample01.txt C:sample02.txt 2 個のファイルをコピーしました C:\MyDir>dir /b SubDir sample01.txt sample02.txt sample03.txt
| dir /b | … | ディレクトリとファイルの名前のみを表示する |
Copyright (C) 2005-2007 Noto Watabe. All rights reserved.
e-mail:wmh@always-pg.com