studying
0
Q:

make new file windows cmd

type nul > README.txt
6
type NUL > EmptyFile.txt
# also
echo. 2>EmptyFile.txt
copy nul file.txt > nul # also in qid's answer below
REM. > empty.file
fsutil file createnew file.cmd 0 # to create a file on a mapped drive
2

New to Communities?

Join the community