2 lines
81 B
PowerShell
2 lines
81 B
PowerShell
|
|
New-Item -Path ".\path\to\dir" -ItemType Directory -ErrorAction SilentlyContinue
|