How do I print a CD Lists?

G

GRANNYCUSS

I want to print out a list of what is on a CD when I put it in the CD Rom,
but I dont have any idea of how to do it or even what I am suppose to use to
get it printed.Can anyone help me at all? THANKS
 
J

James Hahn

Is this a data CD? Open a DOS window and do
DIR/S R:\ >CD_LIST.TXT
(where you replace R with the CD drive letter). This will put a copy of the
CD contents into the file CD_List.txt which you can open with notepad or
similar.

You have the best chance of getting sensible answers to these sorts of
questions if you post them in a newsgroup that is related to your operating
system. This group works best for ACCESS questions.
 
Top