PowerShell nova pasta
New-Item -ItemType directory -Path C:\Scripts\newDir
Lost Programmer
New-Item -ItemType directory -Path C:\Scripts\newDir
New-Item "C:\file.txt" -ItemType File -Force
mkdir <directory name>