Wednesday, February 13, 2013

Rename a file from CMD

To rename a file:
  1. Command: ren [old file name] [new file name]
  2. If our old file is me.txt and we want to change the file name to you.txt then the command will be: ren me.txt you.txt

No comments:

Post a Comment