home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbs / ripdmo15.zip / RIPAINT.DIR < prev    next >
File List  |  1993-03-30  |  4KB  |  48 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;                                                                         ;;
  3. ;;  This file is intended for the User of RIPaint to custom-configure the  ;;
  4. ;;  directories that will be used for RIPaint.  You may instruct RIPaint   ;;
  5. ;;  to load files from any number of individual directories.  To specify   ;;
  6. ;;  one or more "search directories", simply add more lines to this file:  ;;
  7. ;;                                                                         ;;
  8. ;;      RIP:   RIP\                                                        ;;
  9. ;;      RIP:   PROJECTS\RIP\                                               ;;
  10. ;;                                                                         ;;
  11. ;;      ICONS: ICONS\                                                      ;;
  12. ;;      ICONS: PROJECT\ICONS\                                              ;;
  13. ;;      ICONS: PROJECT\A-MICONS\                                          ;;
  14. ;;                                                                         ;;
  15. ;;  You may start a comment anywhere by inserting a semicolon.  Anything   ;;
  16. ;;  on a line after the semicolon will be the comment.  There are seven    ;;
  17. ;;  different config directories to choose from:                           ;;
  18. ;;                                                                         ;;
  19. ;;                         RIP:            PALETTES:                       ;;
  20. ;;                         ICONS:          DOC:                            ;;
  21. ;;                         CSPRITES:       BUTTONS:                        ;;
  22. ;;                         PATTERNS:       CONFIG:                         ;;
  23. ;;                                                                         ;;
  24. ;;  These names are not case-sensitive.                                    ;;
  25. ;;                                                                         ;;
  26. ;;  Only two files may be safely stored in the CONFIG: path.  They are     ;;
  27. ;;  RIPAINT.HLP and RIPAINT.RES.  You may specify from 0-20 different      ;;
  28. ;;  pathes for each "type" of file path you wish.  The first one listed    ;;
  29. ;;  will be your "default" listing.                                        ;;
  30. ;;                                                                         ;;
  31. ;;  If you omit one or more directory categories, they will be implicitly  ;;
  32. ;;  created when RIPaint loads.  The directory will be the name of the     ;;
  33. ;;  directory category, without the colon (:) (e.g., RIP\ or ICONS\ )...   ;;
  34. ;;  The only exception to this is the CONFIG: category which will always   ;;
  35. ;;  (if omitted) default to the current directory .\                       ;;
  36. ;;                                                                         ;;
  37. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  38.  
  39. CONFIG:   .\                 ; Config Directory for system files
  40. RIP:      RIP\               ; Directory where .RIP files are stored
  41. ICONS:    ICONS\             ; Directory where .ICN files are stored
  42. CSPRITES: CSPRITES\          ; Directory where .SPC files are stored
  43. PATTERNS: PATTERNS\          ; Directory where .PAT files are stored
  44. PALETTES: PALETTES\          ; Directory where .PAL files are stored
  45. DOC:      DOC\               ; Directory where .DOC files are stored
  46. GRIDS:    GRIDS\             ; Directory where .DOC files are stored
  47. BUTTONS:  BUTTONS\           ; Directory where .BUT files are stored
  48.