PowerShell novo item
New-Item "C:\file.txt" -ItemType File -Force
Jittery Jackal
New-Item "C:\file.txt" -ItemType File -Force
New-Item -Path "c:\some\folder\path" -ItemType Directory