touch in command line code example
Example 1: command touch in window
type nul > your_file.txt
Example 2: touch command
touch test.txt
// this creates a file called test.txt
type nul > your_file.txt
touch test.txt
// this creates a file called test.txt