QUESTION :
Possible Duplicate:
How do you create an empty file from the command line in Windows
Is there any command, using that we can create a text file or any other format. To make a folder we use md command, but to creat a file.
ANSWER :
type nul >> name.ext
will create an empty name.ext file .