cmd line can't make files code example
Example 1: command line make file
touch term-paper.txt
Example 2: how to create files in command line
notepad mynewfile.*insert file extension here*
touch term-paper.txt
notepad mynewfile.*insert file extension here*