touch winwdow cmd code example
Example 1: touch command not recognized in windows
type nul > your_file.txt
Example 2: touch command not recognized in windows
echo.> your_file.txt
type nul > your_file.txt
echo.> your_file.txt