powershell command to create a file code example
Example 1: powershell make file
New-Item <filename.filetype>
Example 2: how to make file in powershell
echo $null >> filename.type
New-Item <filename.filetype>
echo $null >> filename.type