Answers for "how to make a new file in windows cmd"

17

make new file windows cmd

type nul > README.txt
Posted by: Guest on August-01-2020
0

create empty file command prompt cmd

echo . > file_name.ext   // you will get nothing written there, totally blank
Posted by: Guest on January-19-2021
0

cmd create empty text

type NUL > file.txt
Posted by: Guest on November-24-2020

Code answers related to "how to make a new file in windows cmd"

Browse Popular Code Answers by Language