Wednesday, February 13, 2013

Create a text file from CMD

To create a text file:
  1. Command: copy con [file name]
  2. Suppose we want to create a text file named me then  the command will be: copy con me.txt
  3. Write something in the text file.
  4. Then press ctrl + z and press enter.

No comments:

Post a Comment