how to make a new file in the command line code example
Example 1: cmd make new file
$null > filename (including the $)
Example 2: how to create files in command line
notepad mynewfile.*insert file extension here*
$null > filename (including the $)
notepad mynewfile.*insert file extension here*