how to make file in powershell

C++
New-Item <filename.filetype>echo $null >> filename.type
Source

Also in C++: