to create a file in Windows command code example
Example 1: cmd make new file
$null > filename (including the $)
Example 2: make a file windows cmd
nul > FILENAME.EXTENSION
$null > filename (including the $)
nul > FILENAME.EXTENSION