:: reverse dictionary ::
ディレクトリの名前を変更するには、ren コマンドに変更前、変更後のディレクトリ名を指定して実行します。
D:ディレクトリ F:ファイル D C:\MyDir └ F sample.txt
C:\Program Files>ren C:\MyDir MyDir2 C:\Program Files>dir C:\My* /b MyDir2
ren [ドライブ:]パス 新ディレクトリ名
ren コマンドは、指定したパスのディレクトリ名を新ディレクトリ名に変更します。
| dir /b | … | ディレクトリとファイルの名前のみを表示する |
Copyright (C) 2005-2007 Noto Watabe. All rights reserved.
e-mail:wmh@always-pg.com