Permissions

Kenneth Brody kenbrody at bestweb.net
Fri Oct 22 12:42:38 PDT 2004


"Shuman, Mike" wrote:
> 
> Was running filePro 5.0.09 on a laptop under Windows 2000.
> My IT folks upgraded Windows 2000 to XP Professional.
> Filepro files were transferred off the machine and then transferred
> back.
> At this time I do not know how they did this.
> Now I get permission denied;
[...]

Were they backed up by copying to CD-ROM, and restored by copying them
back?  I've seen some Windows systems that mark everything copied off
of a CD-ROM as "read only".  Use "attrib" to find out of the files have
the "R" attribute.  If so, you can remove it with:

    x:               (Use the proper drive letter here.)
    cd \filepro      (Use the full path to "filepro" here.)
    attrib -r *.* /s

-- 
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody        | www.hvcomputer.com |                             |
| kenbrody/at\spamcop.net | www.fptech.com     | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
Don't e-mail me at: <ThisIsASpamTrap at gmail.com>



More information about the Filepro-list mailing list