qball
01-09-2001, 01:09 PM
Classic problem.
Try saving a file to a CD (not burning). It won't work as CDs are ROM (READ-ONLY memory). Look at any file on a CD, they are all Read-Only.
When one copies a file, the file attributes are part of that file. One of the attributes is the Read-Only property.
The only way to get around this is to copy the files from CD, highlight all at their destination and right click, unchecking the Read-Only attribute. There is now way around this other than writing batch file or program to copy and reset the read-only attribute (this is non trivial, as you need to set the attribute for only the files you copy, good exercise, though).
Another interesting thing about CDs is they do not contain any root directory designations. Dir a directory in a DOS box on your HD. Notice there are two entries (".", "..") with a <dir> designation. Dir the root directory on the CD and they don't exist. Note CDRs/CDRWs, may or may not have these entries dependent upon the settings.
[This message has been edited by qball (edited 01-09-2001).]
Try saving a file to a CD (not burning). It won't work as CDs are ROM (READ-ONLY memory). Look at any file on a CD, they are all Read-Only.
When one copies a file, the file attributes are part of that file. One of the attributes is the Read-Only property.
The only way to get around this is to copy the files from CD, highlight all at their destination and right click, unchecking the Read-Only attribute. There is now way around this other than writing batch file or program to copy and reset the read-only attribute (this is non trivial, as you need to set the attribute for only the files you copy, good exercise, though).
Another interesting thing about CDs is they do not contain any root directory designations. Dir a directory in a DOS box on your HD. Notice there are two entries (".", "..") with a <dir> designation. Dir the root directory on the CD and they don't exist. Note CDRs/CDRWs, may or may not have these entries dependent upon the settings.
[This message has been edited by qball (edited 01-09-2001).]