powershell new folder

Shell
New-Item -ItemType directory -Path C:\Scripts\newDirNew-Item "C:\file.txt" -ItemType File -Force
Source

Also in Shell: