make new file cmd code example
Example 1: how to create empty file cmd windows
copy NUL test.txt
Example 2: make new file windows cmd
type nul > README.txt
Example 3: make a file windows cmd
nul > FILENAME.EXTENSION
Example 4: how to create files in command line
notepad mynewfile.*insert file extension here*