Answers for "touch in windows"

3

command touch in window

type nul > your_file.txt
Posted by: Guest on November-10-2020
1

touch command in windows

ECHO text>file1.txt
Posted by: Guest on March-12-2021
1

touch in windows

npm install touch-cli -g
Posted by: Guest on April-19-2021
1

touch commend in cmd

// create files using command in command prompt .. 

echo > sample.txt
Posted by: Guest on May-24-2020
1

touch command in windows

type nul > .gitignore ---This creates empty file and works on windows 10.
Posted by: Guest on December-07-2020
0

touch command not recognized in windows

type nul > your_file.txt
Posted by: Guest on August-22-2020

Browse Popular Code Answers by Language