Originally posted by Xcusme:<br /> At the A: (or C

prompt type the command Rename, a space, the full path to the file to be renamed, a space, the new name of the file.<br /><br />EXAMPLE:<br /><br />C:\ren c:\windows\system32\cat.txt dog.txt<br />(this will change the file name FROM cat.txt TO dog.txt)<br />---------------------------------<br /><br />Here's the format for the Rename command in Dos.<br />Renames a file or files.<br /><br />In the example above, cat.txt is the original file name. dog.txt is the NEW filename.<br /><br />RENAME [drive:][path]filename1 filename2.<br />or<br />REN [drive:][path]filename1 filename2.<br /><br /><br />Nope, you won't be able to do the renaming thing while you are in the GUI of Windows, the files may be 'in use' and Windows won't allow you to change/rename them. That's why you need to do this renaming business at the DOS level. At the DOS level, Windows hasn't loaded yet.