Computer Science, asked by saayuj4040, 1 year ago

Which file in dos contains all the modules for process management?

Answers

Answered by Sandhyathakur
0
/S changes files in all sub directories of the specified path

+ Sets an attribute

- Clears an attribute

A specifies an archive attribute

H specifies a hidden file attribute

R Specifies a read only file attribute

S specifies the system file attribute



Read-Only (R) prevent files from being modified or deleted by normal DOS commands

Archive (A) Notifies the Backup Command that the file has modified and so it needs to be saved during a backup operation

Hidden (H) Hides the file nae from the default DIR directory listing and prevents most DOS commands from using this file

System (S) Hides a file, marks it as a DOS system file, and prevents most DOS commands from using a file




Example
Attrib +R +H *.EXE

All files with extensions Exercise will become readable and hidden files
Similar questions