Copying CD Contents

Tired of the Bull

Golden Member
Oct 13, 1999
1,121
0
0
OK, this is probably a very simple problem but it's kicking my butt.

I have a large (really large) collection of various old data CDs that I'd like to convert to DVD to save space in the closet. I simply want to copy all the CDs contents to a Hard Drive, reorganize and reburn to DVD.

I'd like to have an automated process so that all I have to do is insert the CD then with no interaction the entire contents gets copied to the desired location and then the CD is ejected.

Can anyone help?
 

Arcanedeath

Platinum Member
Jan 29, 2000
2,822
1
76
You could try just writing a dos batch file and run it from the command prompt

something like

copy D:\*.* C:\(wherever you want)

(that assumes d is your CD/DVD drive) and just run the batch file after putting in the cd

(just make it in notepad and reaname it cdcopy.bat or something like that)