#author("2019-03-02T15:19:23+00:00","default:haikikyou","haikikyou")
[[Windows/コマンドプロンプト/コマンド]]
#author("2019-04-20T13:14:34+00:00","default:haikikyou","haikikyou")

#contents


* 内容 [#x8ad4db9]

- ディレクトリを作成する。
- 再帰的にディレクトリを作成できる。

* 使用方法 [#tbcd49fb]

#geshi(bash){{{
md [<Drive>:]<Path>
mkdir [<Drive>:]<Path>
}}}

** オプション [#c4ca7cca]

|オプション|説明|h

* 使用例 [#hbea9342]

** ディレクトリを作成する [#kdaf8643]


#geshi(dos){{{
C:\Users\Administrator\dos>md parent\child

C:\Users\Administrator\dos>dir /s parent
 ドライブ C のボリューム ラベルがありません。
 ボリューム シリアル番号は 0A12-47B4 です

 C:\Users\Administrator\dos\parent のディレクトリ

2019/03/02  14:12    <DIR>          .
2019/03/02  14:12    <DIR>          ..
2019/03/02  14:12    <DIR>          child
               0 個のファイル                   0 バイト

 C:\Users\Administrator\dos\parent\child のディレクトリ

2019/03/02  14:12    <DIR>          .
2019/03/02  14:12    <DIR>          ..
               0 個のファイル                   0 バイト

     ファイルの総数:
               0 個のファイル                   0 バイト
               5 個のディレクトリ  296,915,824,640 バイトの空き領域

}}}

* 参考リンク [#b403558b]

- https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/taskkill



トップ   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
目次
ダブルクリックで閉じるTOP | 閉じる
GO TO TOP