PowerShell Buat File dan Direktori

New-Item -Path '.\hello\test\file.txt' -ItemType File -Force
Snackety Snack