how to make a file in windows command line code example
Example 1: write file using command windows
echo some-text > filename.txt
Example 2: make new file windows cmd
type nul > README.txt
Example 3: creating file in cmd
notepad newfilename.extension