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.
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. |
||||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
|
|||||
|
edit, but that isn't enabled by default in 7 (not sure if you can enable either). Personally, I would suggest downloading vim for Windows and adding it to your PATH. It's very powerful, well supported, and has good documentation. Then you could dovim C:\Users\file.txtto make (or edit) the file that's there. – nerdwaller Jan 18 at 18:43