: create a file inside the folder and in that file write cmd code example
Example 1: make a file windows cmd
nul > FILENAME.EXTENSION
Example 2: how to create files in command line
notepad mynewfile.*insert file extension here*
nul > FILENAME.EXTENSION
notepad mynewfile.*insert file extension here*