Click here to Skip to main content
15,880,503 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

I am trying to create an application to copy data from a dual layer dvd to a folder on a desktop.

The application needs to create a folder on the desktop named with the Current Date the CD name and "TMS" at the start.

I have got to the point when the app detects the DVD in the drive. I have now hit a brick wall and could do with the help please! :)

FYI is going to be written in c# :)
Posted
Comments
Sergey Alexandrovich Kryukov 7-Jan-13 10:07am    
What is that brick wall? Copy protection, I'm afraid to assume... Or something else.
—SA
Glen Childs 7-Jan-13 14:32pm    
I have been searching for a while and I havent been able to find a way to get the app to create a folder on the desktop or for it to be able to copy the contents of the dvd to the folder.

Cheers,

1 solution

The question makes little sense. If the disk has file system on it (it does not have to), you simply need to copy the files. In this respect, this is no different from any file copy.

If you need to copy some data on a lower level than the file system, you should explain what you want to copy and how you want to map it on your files. One such piece of data could be a boot record. If you copy it, you would need a mechanism for using it. For example, you could make an ISO 9660 image of the disk (http://en.wikipedia.org/wiki/ISO_9660[^]), but not all disks meet this standard. Many utilities do that, but this is not what you are asking about.

And you should understand that if your "brick wall" is copy protection, making a copy could be considered as a crime, depending on the product license you have accepted, directly or indirectly, and legislation.

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900