PowerShell novo item
New-Item "C:\file.txt" -ItemType File -Force
Jittery Jackal
New-Item "C:\file.txt" -ItemType File -Force
mkdir <directory name>