Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Files Written to CD ROM are read-only 2

Status
Not open for further replies.

46RJohn

Technical User
Jan 16, 2003
4
US
Running Win XP Pro with NTFS file system. I am trying to transfer a complete My Documents folder with hundreds of files to another computer. I create a CD-R or CD-RW with files from My Documents and try to open the files on another computer they are read-only. I can manually change the attribute but with many files this becomes a real chore. Is there a way to get the read only attribute turned off in this process?

Thanks,
John Regards,
John
 
Within a folder (directory) you can edit, select all and change many at a time, but that's about it.
 
Here's some ideas for you to look at.


Cannot Change the Read-Only Attribute of System Folders


HOW TO: Remove the Read-Only Attribute While You Copy Files from a CD-ROM in Windows 2000 (Q323002)


From a Command prompt use the ATTRIB command.
Displays or changes file attributes.
This command displays, sets, or removes the Read-Only, Archive, System, and Hidden attributes assigned to files or directories.


ArcSet -- Win9x, NT4, Win2K, WinME, XP
If you ever copied files from a CD-ROM to your hard drive, you've probably noticed that those files will be set to read-only, preventing you from modifying them. Removing the read-only attribute by hand can get really tedious, especially if you're looking at hundreds or thousands of files. ArcSet is a utility that does the job for you. It can automatically reset file attributes on specified files on a drive or in a folder, even recursing through subfolders.

 
From the command prompt, change to the My Documents directory. Then type:

attrib *.* -r /S

This will remove the Read Only attribute for all files in your current directory and all of its subdirectories.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top