「Windows10」md/mkdirコマンドを利用する方法

2020年12月31日

書式
md <ディレクトリ名>
mkdir <ディレクトリ名>
操作方法
1,ディレクトリ「dir01」を作成
>md testdir

2,ディレクトリ「estdir¥test2020」を作成
>md testdir¥test2020

3,ディレクトリ「testdir2」を作成
>mkdir testdir2

4,ディレクトリ「testdir02¥test2021」を作成
>mkdir testdir02¥test2021

Cmd

Posted by arkgame