File Attributes Changed To Read-only

G

Guest

One of our admins recently used xcopy to copy a bunch of directories and
files from a Windows 2000 to a Windows 2003 server. Apparently most, if not
all of the files had the read-only attribute set on the destination (Win2003)
machine. Is there a quick way to undo this? Is it a known issue? What
caused it? Thanks in advance.
 
P

Pegasus \(MVP\)

SMFaison said:
One of our admins recently used xcopy to copy a bunch of directories and
files from a Windows 2000 to a Windows 2003 server. Apparently most, if not
all of the files had the read-only attribute set on the destination (Win2003)
machine. Is there a quick way to undo this? Is it a known issue? What
caused it? Thanks in advance.

Try this:

attrib /s -r "x:\*.*"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top