home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / olss2rl.lha / Data / OLSS.cfg next >
Text File  |  1992-08-23  |  1KB  |  39 lines

  1. ; **********************************
  2. ; **  OLSS Version 1.99Dc Config  **
  3. ; **********************************
  4.  
  5. ; This is where I keep the help file...
  6. HELPFILE "doors:OffLineSoft/OLSSHelp.dat"
  7.  
  8. ; The BACKDROP option defines the minimum baudrate at which the fancy backdrop
  9. ; will be displayed on the "Choose database" screen.  The backdrop takes a
  10. ; while to transmit, but looks quite nice;  I would say 2400 here is a bare
  11. ; minimum, 4800 might be safer on the 2400 user's!
  12.  
  13. BACKDROP 2400
  14.  
  15. ; Note that until Falcon can send the baud rate to its doors, however, this
  16. ; option is somewhat redundant (DLG owners can probably use it).  So just
  17. ; put a dummy entry in here.  If this entry is higher (numerically) than the
  18. ; dummy entry in your menus.bbs file, the backdrop will never be seen, and
  19. ; vice versa.
  20.  
  21. ; The request file created for OLSSysop to work on
  22. REQUESTFILE "bbs:text/OLSSRequest.txt"
  23.  
  24. ; The directory where user data files are to be stored;  Remember the
  25. ; trailing / or :
  26. USERDIR "doors:offlinesoft/users/"
  27.  
  28. ; Here we define a database.  The AREA keyword specifies its name, and the
  29. ; DATA keyword specifies the database filename.
  30.  
  31. AREA "AMIGA Files Area"
  32. DATA "doors:OffLinesoft/Amiga.data"
  33.  
  34. ; And now a second database...
  35.  
  36. AREA "IBM Files Area"
  37. DATA "doors:OffLinesoft/IBM.data"
  38.  
  39. ; You may define up to 10 different databases this way