home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / cdrom_fe.zip / CD-ROM.CFG next >
Text File  |  1993-01-06  |  4KB  |  93 lines

  1.    ╔══════════════════════════════════╤══════════════════════════════╗
  2.    ║   TBBS CD-ROM File Manager v1.0  │   Frontier Enterprises       ║
  3.    ║     for TBBS/TDBS v2.2           │   Post Office Box 3233       ║
  4.    ║   (c) 1993 Frontier Enterprises  │   Champaign, IL  61826-3233  ║
  5.    ║   Written by Andy Trick          │   (217) 356-0277 - Voice     ║
  6.    ╟──────────────────────────────────┤         356-9464 - Fax       ║
  7.    ║   Cost - $29   Visa/MC Accepted  │         356-0278 - Data (BBS)║
  8.    ╚══════════════════════════════════╧══════════════════════════════╝
  9.  
  10. ============================================================================
  11.                            CONFIGURATION FILE
  12. ============================================================================
  13.  
  14. I. You must specify the path and filename of the CD-ROM file area listing.
  15.    Put 'FAR =' on a new line followed by the path of the FAR file.
  16.  
  17.  
  18. FAR = C:\TBBS\FILES\CD-ROM1.FAR
  19.  
  20.  
  21.  * NOTE:  This file has a similar format as TBBS FAR files.  You cannot,
  22.           however, use the restricted access option, and there is also a
  23.           maximum of 20 directory entries.  The one major difference is that
  24.           a path name for the directory in which the CD-ROM files resident
  25.           must be specified before the DIR file path name.
  26.      
  27.           Example Format of FAR File:
  28.           ===============================================================
  29.           ; This is a comment.
  30.           ; The next line is displayed.
  31.           ! CD-ROM File Areas:
  32.           c:\bbs\cdrom\files1.dir d:\cdrom\files1\ CD-ROM Games
  33.           c:\bbs\cdrom\files2.dir d:\cdrom\files2\ CD-ROM Text Files
  34.           c:\bbs\cdrom\files3.dir d:\cdrom\files3\ CD-ROM Graphics Files
  35.           ===============================================================
  36.  
  37.  * NOTE:  Each DIR File is in the following format:
  38.           FileName Size Description
  39.           ...there may be any number of spaces between elements, but
  40.           there must be at least one separating space.
  41.           Alternate directory format will work!
  42.           
  43.           Example Format of DIR File:
  44.           ===============================================================
  45.           picture1.gif 445987 Nice Gif Picture
  46.           game.zip      98775 Just a Game
  47.           house.gif   1202111 A Large GIF file   
  48.           ===============================================================
  49.  
  50.  
  51. II. You must specify the directory for the file manager to temporarily
  52.     store files for each BBS line.  During a download, all files in the
  53.     queue will be copied here to be transfered.  Begin a line with
  54.     'TEMP## =' followed by the path.
  55.  
  56.  
  57. {local}
  58. TEMP00 = C:\TBBS\TDBS\CD-ROM1\TEMP0\
  59.  
  60.  
  61. {line 1}
  62. TEMP01 = C:\TBBS\TDBS\CD-ROM1\TEMP1\
  63.  
  64.  
  65. {line 2}
  66. TEMP02 = C:\TBBS\TDBS\CD-ROM1\TEMP2\
  67.  
  68.  
  69.  * NOTE:  Using a temporary directory for local users may seem innefficient,
  70.           but to allow the SysOp to test the File Manager Setup I kept the
  71.           procedure for local callers identical}
  72.  
  73.  
  74.  
  75. III. You also must specify a default extension to use when tagging files.
  76.      Begin a line with 'EXTENSION =' followed by the extension enclosed by
  77.      quotes.
  78.  
  79.  
  80. EXTENSION = ".GIF"
  81.  
  82.  
  83.  IV. (optional) You may prevent certain users from downloading while
  84.      in the CD-ROM File Manager.  Specify the number corresponding to
  85.      an A1 Flag in the userlog.  Any users without the flag set will
  86.      not be able to download; instead, they we'll see a text file.
  87.      type 'A1FLAG = #' on one line and 'DLTEXT = (filename)' on
  88.      abother line.
  89.                    
  90. A1FLAG = 4
  91.  
  92. DLTEXT = c:\tbbs\help\adult.
  93.