MS-DOS形式のディスクにあるファイルやディレクトリをマウントせずに移動します。
mmove [オプション ・・・] ファイル名 [ファイル名2 ・・・] 移動先ディレクトリ名 mmove [オプション ・・・] ファイル名 移動先ファイル名
オプション名 | 説明 |
-v | 移動したディレクトリ、ファイルの名前を表示します。 |
-D | 移動先に同一名称のファイル、ディレクトリが存在した場合は引数で指定の動作を行います。 |
MS-DOS形式のディスク上のファイル(「SampleText03.txt」があるとします。)をMS-DOS形式のディスク上のディレクトリ(「SampleDir01」があるものとします。)に移動します。
# mdir [Enter] Volume in drive A has no label Directory for A:/ SAMPLE~1 TXT 43 2008-10-03 15:33 SampleText01.txt SAMPLE~2 TXT 43 2008-10-03 15:34 SampleText02.txt SAMPLE~1 <DIR> 2008-10-03 15:34 SampleDir01 SAMPLE~3 TXT 397 2008-10-05 3:40 SampleText03.txt 4 files 483 bytes 1 455 616 bytes free # mmove SampleText03.txt SampleDir01 [Enter] # mdir [Enter] Volume in drive A has no label Directory for A:/ SAMPLE~1 TXT 43 2008-10-03 15:33 SampleText01.txt SAMPLE~2 TXT 43 2008-10-03 15:34 SampleText02.txt SAMPLE~1 <DIR> 2008-10-03 15:34 SampleDir01 3 files 86 bytes 1 455 616 bytes free # mdir SampleDir01 [Enter] Volume in drive A has no label Directory for A:/SampleDir01 . <DIR> 2008-10-03 15:34 .. <DIR> 2008-10-03 15:34 SAMPLE~1 TXT 397 2008-10-05 3:42 SampleText03.txt 3 files 397 bytes 1 455 616 bytes free