- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PowerShell/ファイル作成/フォルダ作成 へ行く。
- 1 (2016-12-15 (木) 10:42:07)
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