open file in powershell code example
Example 1: how to make file in powershell
echo $null >> filename.type
Example 2: powershell open cmd
Start-Process -FilePath cmd.exe
echo $null >> filename.type
Start-Process -FilePath cmd.exe