Contents or Indexes for Info on CD

  • Thread starter Thread starter Guest
  • Start date Start date
Hi SSNAT,

How do I print out a detail list/index for contents of a cd I have burned?


Open a command prompt: Start > Run > cmd
then change directories to your CD ROM drive:
cd..
cd..
X: (where X is the letter assigned to the drive)

dir *.* /s > "C:\Documents and settings\username\desktop\list.txt"

You can open the list in notepad or Word and print it

Good luck
 
Back
Top