PowerShell フォルダ作成

フォルダ作成

 New-Item -ItemType Directory foo
 または
 mkdir foo
 ni foo

多階層のフォルダをまとめて作成

 ni foo\bar\baz

参考

https://msdn.microsoft.com/powershell/reference/5.1/microsoft.powershell.management/New-Item


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS