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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change Read Only Status of File

Status
Not open for further replies.

Arahigihs

IS-IT--Management
Jun 17, 2005
2
0
0
US
How do I change the status of a DBASE 5 file from read only to one that I can change and update?
 
We had to restore the program and all the databases. Now all of the database files are read only and we need to be able to change it.
 
Probably the easiest method would be to open the folder with Windows Explorer, hilite the files, click Properties, then clear the read-only check box. This will do what you want.

There's always a better way. The fun is trying to find it!
 
An alternative is the DOS-style method. Open a DOS or Command Prompt window. Use the ATTRIB command to remove the read-only flags. Example, rename directories and file names as necessary:

ATTRIB -R C:\dBase\myData\*.*
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top