From: Barry Marks (barry_at_fbtc.net)
Date: Fri Jan 08 1999 - 16:48:47 EST
-----Original Message-----
From: Randal Whittle <rwhittle_at_usa.net>
>
> As long as we're on this, do you know of a convenient/quick way to copy
>lots of files from a CD to a HD and either *not* have the "Read-only"
>attribute copied over or a quick way to turn that attribute off en-masse
>once copied?
I use dos's attrib command. I put it in c:\windows\command so it's always
available. Say I copy a cd and all it's folders to a directory called abc.
The I move to abc and type attrib -r -s *.*. The -r removes the read-only
flag and the -s tells it to do all the subdirectories and their contents
too.
I hope that's a help.
Barry
This archive was generated by hypermail 2.1.3 : Thu Jan 23 2003 - 09:54:38 EST