cmd touch command code example
Example 1: command touch in window
type nul > your_file.txt
Example 2: touch commend in cmd
// create files using command in command prompt ..
echo > sample.txt
type nul > your_file.txt
// create files using command in command prompt ..
echo > sample.txt