create file on desktop cmd code example
Example 1: create file and write to it cmd
echo some-text > filename.txt
Example 2: make a file windows cmd
nul > FILENAME.EXTENSION
echo some-text > filename.txt
nul > FILENAME.EXTENSION