create file windows cmd line code example
Example 1: make new file windows cmd
type nul > README.txt
Example 2: creating file in cmd
notepad newfilename.extension
Example 3: make a file windows cmd
nul > FILENAME.EXTENSION
type nul > README.txt
notepad newfilename.extension
nul > FILENAME.EXTENSION