I want to use the PB DOS ATTRIB command to change the file attributes to none (0) other than in a root directory. Is there any reason once I know that such files exist in the directory I could not use:
ATTRIB "C:\MUNCH\*.JNK", 0
Which would reset whatever attributes that might have been set rightly or wrongly from another program even not in any at this time use of PB DOS, say to one or more of then being defined as Read Only?
Inquiring mind wants to know. Thanks!
ATTRIB "C:\MUNCH\*.JNK", 0
Which would reset whatever attributes that might have been set rightly or wrongly from another program even not in any at this time use of PB DOS, say to one or more of then being defined as Read Only?
Inquiring mind wants to know. Thanks!
Comment