Rename

J

Jerry

I am using Vista Ultimate and ran into this small irritating issue. I often
have CD/DVDs that I want to make list of what is on that disk. The way I
would normally do this is right-click on each file names, then select
rename, then copy that to notepad. Simple and direct. In Vista, the option
to rename is NOT on the Right-Click option list. This is NOT true for
renaming something on a regular hard drive, only on CD/DVDs.

Is there anyway to get around this issue???
Thanks for any help.
 
R

Rick Rogers

Hi,

Unless the files on the disk are in UDF format where you can rewrite them
live on disk and you have software installed capable of doing this, there
will option to change the name as files written to optical media are fixed.

dir /s <disk_drive>: >%userprofile%\desktop\list.txt

The above from a command prompt, where <disk_drive> is the drive letter will
create a text file list of the files and folders on a disk, including all
subfolders, and place it on your desktop.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com
 
Q

Qu0ll

I am using Vista Ultimate and ran into this small irritating issue. I
often > have CD/DVDs that I want to make list of what is on that disk. The
way I would normally do this is right-click on each file names, then select
rename, then copy that to notepad. Simple and direct. In Vista, the
option to rename is NOT on the Right-Click option list. This is NOT true
for renaming something on a regular hard drive, only on CD/DVDs.

Is there anyway to get around this issue???
Thanks for any help.

If the CDC/DVD is a ROM then it is read only and you can't change the name
of the files on it so Vista won't give you the opportunity to do so. You
may be only intending to copy the file name but Vista doesn't know that.

--
And loving it,

-Q
_________________________________________________
(e-mail address removed)
(Replace the "SixFour" with numbers to email me)
 
J

Jerry

Thanks Rick, I will give that a try.
Rick Rogers said:
Hi,

Unless the files on the disk are in UDF format where you can rewrite them
live on disk and you have software installed capable of doing this, there
will option to change the name as files written to optical media are
fixed.

dir /s <disk_drive>: >%userprofile%\desktop\list.txt

The above from a command prompt, where <disk_drive> is the drive letter
will create a text file list of the files and folders on a disk, including
all subfolders, and place it on your desktop.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top