cmd how to create a file code example
Example 1: make new file windows cmd
type nul > README.txt
Example 2: cmd make new file
$null > filename (including the $)
Example 3: creating file in cmd
notepad newfilename.extension
Example 4: make a file windows cmd
nul > FILENAME.EXTENSION