powershell new file

C++
New-Item -ItemType directory -Path C:\Scripts\newDirNew-Item -Path . -Name "testfile1.txt" -ItemType "file" -Value "This is a text string."New-Item <filename.filetype>
Source

Also in C++: