PowerShell создать файл и каталог

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