• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Copying CD Contents

Tired of the Bull

Golden Member
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?
 
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)
 
Back
Top