Sunday, January 6, 2008

How to rename a folder or file using DOS command

ren is a DOS command which will rename a folder or file.


1. Go to "Start" -> "Run" then type "cmd" then click "OK" button.

2. Select the location where the file you want to rename is located.
Exampe:

C:\Liberty.doc

To rename the "Liberty.doc" file to "Libay.doc"


3. Just type "ren Liberty.doc Libay.doc"

No comments: