What is the best way to copy a CD?

1 answer

Answer

1262664

2026-03-24 08:20

+ Follow

Some new programs may be able to pass through the read only protection, if your program does not you will have to copy to hard drive first, then disable the "read-only" attribute of files by right-clicking files, and selecting "properties". In properties un-check the box "read only" and save.

To copy files to hard drive you will have to use "Command Prompt" accessible from the start menu, or you can go start>run>cmd.exe

Once in command prompt the command to copy read only files is xcopy:

xcopy (directory to copy from ex. e:\) destination (enter destination parameters here) and hit enter

for more information you can also use the command: xcopy /?

if still in trouble try to google xcopy

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.