home *** CD-ROM | disk | FTP | other *** search
- -----------------------HELP SCREEN-------------------------
-
- CHMOD -changes the mode of files; version 1.2
- Created 10/15/1991, updated 12/17/1991 by Edward W. Jajko.
- Copyright 1991. This program may not be sold or distributed
- with any commercial package. No responsibility is taken for
- any damage incurred through the use of this program.
- All complements/complaints to ejajko@nike.calpoly.edu
-
- Usage: CHMOD [/r] [/d] [/do] filespec [filespec...] [/ahrs]
- Available options:
- /r recursive operation
- /d include directories
- /do only set directory bits
- /a set archive bit
- h set hidden file bit
- r set read-only bit
- s set system bit
-
- Default (no /[ahrs] specified) is to set archive bit
- unless the file is a directory.
- The /d option is required to set bits for directories unless
- the /do option is used.
-
- ----------------------------------------------------------
- not much, really. Very simple to use.
-