home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / HILFEN / SYSTEM / ORG / ORG.CFG next >
Text File  |  1993-12-01  |  1KB  |  28 lines

  1. #======================================================================
  2. #    ORG.CFG - Configuration file for ORG version 2.0  - Disk Organizer
  3. #
  4. #    Note: the hash sign (#) begins a comment
  5. #======================================================================
  6.  
  7. lock      +s+h                # lock all syatem and hidden files
  8.  
  9. delete    *.bak               # delete all .bak files
  10. delete    \brief\backup\*.*   # delete all files in \BRIEF\BACKUP subdirectory
  11. delete    \TEMP\              # delete all files in \TEMP subdirectory
  12.  
  13. order     \command.com        # place command.com first 
  14. order     *.com               # place .COM files next
  15. order     *.exe               # ...followed by all .EXE files 
  16.  
  17. sort      +e+n                # sort in ascending order by extension and name
  18.  
  19. #======================================================================
  20. #    The following are some examples of WRONG useage of 
  21. #    configuration options.
  22. #
  23. # delete  *.*                 # Syntactically correct, but so dangerous
  24.                               # that ORG will ignore it!
  25. # lock    *.*                 # This is allowed, but useless!
  26. # order   *.*                 # this is ignored
  27. #======================================================================
  28.