skip to main |
skip to sidebar
Create a text file from CMD
To create a text file:
- Command: copy con [file name]
- Suppose we want to create a text file named me then the command will be: copy con me.txt
- Write something in the text file.
- Then press ctrl + z and press enter.
No comments:
Post a Comment