home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDDISK / ORG130SW.ZIP / ORG.CFG next >
Encoding:
Text File  |  1990-07-30  |  1.2 KB  |  28 lines

  1. #======================================================================
  2. #    ORG.CFG - Configuration file for ORG version 1.30 - Disk Organizer
  3. #
  4. #    Note: the hash sign (#) begins a comment
  5. #======================================================================
  6.  
  7. lock      +h                  # lock all 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.