how do i create a text 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 text file in cmd
echo. > location with name