cmd make fie code example
Example 1: make a file windows cmd
nul > FILENAME.EXTENSION
Example 2: create fiel using cmd
copy NUL EMptyFile.txt
copy /b NUL EmptyFile.txt
nul > FILENAME.EXTENSION
copy NUL EMptyFile.txt
copy /b NUL EmptyFile.txt