how to create a file using command code example
Example 1: write file using command windows
echo some-text > filename.txt
Example 2: how to create files in command line
notepad mynewfile.*insert file extension here*
echo some-text > filename.txt
notepad mynewfile.*insert file extension here*