home *** CD-ROM | disk | FTP | other *** search
- #======================================================================
- # ORG.CFG - Configuration file for ORG version 3.0 - Disk Organizer
- #
- # Note: the hash sign (#) begins a comment
- #======================================================================
-
- # order \io.sys # Placing system files first is required
- # order \msdos.sys # when the /nod switch is used to turn
- # order \ibmbio.com # off default file locking!
- # order \ibmdos.com #
-
- order \command.com # place command.com first
- order *.com # place .COM files next
- order *.exe # ...followed by all .EXE files
-
- # lock +s+h # lock all hidden files
-
- sort +e+n # sort in ascending order by extension and name
-
- #======================================================================
- # The following lines are inactive. They show examples
- # of how to delete unwanted files from the drive.
- #======================================================================
-
- # delete *.bak # delete all .bak files
- # delete \brief\backup\*.* # delete all files in \BRIEF\BACKUP subdirectory
- # delete \TEMP\ # delete all files in \TEMP subdirectory
-
- #======================================================================
- # The following are some examples of WRONG useage of
- # configuration options.
- #
- # delete *.* # Syntactically correct, but so dangerous
- # that ORG will ignore it!
- # lock *.* # This is allowed, but useless!
- # order *.* # this is ignored
- #======================================================================
-