how to create file from windows 10 command line code example
Example 1: make new file windows cmd
type nul > README.txt
Example 2: make a file windows cmd
nul > FILENAME.EXTENSION
type nul > README.txt
nul > FILENAME.EXTENSION