Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Copy entire contents of CD to folder on C:\

Options
  • 13-11-2010 10:16am
    #1
    Closed Accounts Posts: 1,710 ✭✭✭


    Hi there,

    I am trying to write a simple program that will copy the contents of a CD into a folder I created on the C:\ drive.

    I dont know much about programming so I am using Algorithm to create it.

    I was able to create the first part ok (creating the folder) but I am having problems getting it to copy the CD contents to the folder.

    Link to screenshot.

    If I specify a folder on the CD to copy it will do that ok but doesnt seem to want to copy the entire CD.

    Would appreciate some help on this.

    Thanks.


Comments

  • Registered Users Posts: 6,510 ✭✭✭daymobrew


    You could use the command line xcopy command.
    Note that the bottom of that page says:
    In many cases the functionality of XCOPY is superseded by ROBOCOPY.
    I found both commands on my Vista box.


Advertisement