home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / eracer2.zip / ERACER2.INI < prev    next >
Text File  |  1998-04-04  |  3KB  |  176 lines

  1. ***************************************************************************
  2. * ERACER2 INI File
  3. *
  4. * This is a hierarchical INI file format, similar to a text outline.  Major
  5. * headings are toward the left, with lesser subheadings indented.  Values
  6. * belonging to a subheading are preceeded by an equal sign (=).  You can
  7. * enter data in any order, as long as the hierarchy is preserved. E-Racer/2
  8. * will reorder/regenerate this file next time you run the program however.
  9. *
  10. * You can edit this file with any standard text editor.  E.EXE works fine.
  11. *
  12. * Unless you know what you are doing, only edit the SUFFIX lines for the  
  13. * various VIEWERs.  You can add as many suffix lines as you like.
  14. *
  15. * If you add additional undefined tokens, E-Racer/2 will remove them when
  16. * it resaves this file.
  17. ****************************************************************************
  18.  
  19.  
  20. DEFAULT CONFIG
  21. {
  22.     DRIVE LIST
  23.     {
  24.         = C
  25.     }
  26.     SEARCH PATHS
  27.     {
  28.         = 
  29.         = 
  30.     }
  31.     SEARCH MODE
  32.     {
  33.         = 2
  34.     }
  35.     SEARCH CRITERIA
  36.     {
  37.         = *.*
  38.     }
  39.     AESTHETICS
  40.     {
  41.         SHOW FILENAMES
  42.         {
  43.             = YES
  44.         }
  45.         ALLOW BEEPS
  46.         {
  47.             = NO
  48.         }
  49.     }
  50.     REPORT VERBOSITY
  51.     {
  52.         = 1
  53.     }
  54.     SAFETY
  55.     {
  56.         WARN READONLY
  57.         {
  58.             = NO
  59.         }
  60.         WARN IFNOTBACKEDUP
  61.         {
  62.             = NO
  63.         }
  64.     }
  65.     ZIP
  66.     {
  67.         PROGRAM BRAND
  68.         {
  69.             = 0
  70.         }
  71.         LOOK INZIPS
  72.         {
  73.             = YES
  74.         }
  75.         ZIP PATH
  76.         {
  77.             = zip.exe
  78.         }
  79.         UNZIP PATH
  80.         {
  81.             = unzip.exe
  82.         }
  83.         CMDPARAMS
  84.         {
  85.             CRC
  86.             {
  87.                 = -v
  88.             }
  89.             DELETE
  90.             {
  91.                 = -d
  92.             }
  93.         }
  94.     }
  95.     FILE DATABASE
  96.     {
  97.         USE
  98.         {
  99.             = 2
  100.         }
  101.         NAME
  102.         {
  103.             = ERACER2.STM
  104.         }
  105.     }
  106.     GRAPHICS
  107.     {
  108.         PALETTECOMPARE
  109.         {
  110.             GIF
  111.             {
  112.                 = YES
  113.             }
  114.             PCX
  115.             {
  116.                 = NO
  117.             }
  118.             BMP
  119.             {
  120.                 = NO
  121.             }
  122.         }
  123.         VIEWER
  124.         {
  125.             = D:\PMVIEW\PMVIEW.EXE
  126.         }
  127.         SUFFIX
  128.         {
  129.             = JPG
  130.             = gif
  131.             = png
  132.             = bmp
  133.         }
  134.     }
  135.     TEXT
  136.     {
  137.         VIEWER
  138.         {
  139.             = e.exe
  140.         }
  141.         SUFFIX
  142.         {
  143.             = TXT
  144.             = me
  145.         }
  146.     }
  147.     BINARY
  148.     {
  149.         VIEWER
  150.         {
  151.             = d:\kon\kon.exe
  152.         }
  153.     }
  154.     DOCUMENTS
  155.     {
  156.         VIEWER
  157.         {
  158.             = ibmworks.exe
  159.         }
  160.     }
  161.     SOUND
  162.     {
  163.         VIEWER
  164.         {
  165.             = D:\MMOS2\AB.EXE
  166.         }
  167.         SUFFIX
  168.         {
  169.             = WAV
  170.             = mid
  171.             = au
  172.             = midi
  173.         }
  174.     }
  175. }
  176.