CompuServe Messages

"pure bit" of hell

    28-Mar-93 04:09:02
Fm: Andrew Hounsell 100015,3026
To: <David L. Gold> 73177,1161
Dave, Each file on your disk has a "pure bit" which tells the system whether the program may be made resident or not. You startup-sequence probably contains lines such as … resident c:List The error you are getting occurs if any of these file in the c: directory do not have the pure bit set. To fix the problem go the the CLI, and set the pure bit for each command. In the above example, you would go to your c: directory and type "protect list +p". – Andrew