powershellでフォルダを作成する方法をご紹介します。
以下のように実行します。
$dirはディレクトリ名が格納されている前提です。
1 |
New-Item $dir -ItemType Directory |
覚えておきましょう!
powershellでフォルダを作成する方法をご紹介します。
以下のように実行します。
$dirはディレクトリ名が格納されている前提です。
1 |
New-Item $dir -ItemType Directory |
覚えておきましょう!