home *** CD-ROM | disk | FTP | other *** search
- ╔══════════════════════════════════╤══════════════════════════════╗
- ║ TBBS CD-ROM File Manager v1.0 │ Frontier Enterprises ║
- ║ for TBBS/TDBS v2.2 │ Post Office Box 3233 ║
- ║ (c) 1993 Frontier Enterprises │ Champaign, IL 61826-3233 ║
- ║ Written by Andy Trick │ (217) 356-0277 - Voice ║
- ╟──────────────────────────────────┤ 356-9464 - Fax ║
- ║ Cost - $29 Visa/MC Accepted │ 356-0278 - Data (BBS)║
- ╚══════════════════════════════════╧══════════════════════════════╝
-
- ============================================================================
- CONFIGURATION FILE
- ============================================================================
-
- I. You must specify the path and filename of the CD-ROM file area listing.
- Put 'FAR =' on a new line followed by the path of the FAR file.
-
-
- FAR = C:\TBBS\FILES\CD-ROM1.FAR
-
-
- * NOTE: This file has a similar format as TBBS FAR files. You cannot,
- however, use the restricted access option, and there is also a
- maximum of 20 directory entries. The one major difference is that
- a path name for the directory in which the CD-ROM files resident
- must be specified before the DIR file path name.
-
- Example Format of FAR File:
- ===============================================================
- ; This is a comment.
- ; The next line is displayed.
- ! CD-ROM File Areas:
- c:\bbs\cdrom\files1.dir d:\cdrom\files1\ CD-ROM Games
- c:\bbs\cdrom\files2.dir d:\cdrom\files2\ CD-ROM Text Files
- c:\bbs\cdrom\files3.dir d:\cdrom\files3\ CD-ROM Graphics Files
- ===============================================================
-
- * NOTE: Each DIR File is in the following format:
- FileName Size Description
- ...there may be any number of spaces between elements, but
- there must be at least one separating space.
- Alternate directory format will work!
-
- Example Format of DIR File:
- ===============================================================
- picture1.gif 445987 Nice Gif Picture
- game.zip 98775 Just a Game
- house.gif 1202111 A Large GIF file
- ===============================================================
-
-
- II. You must specify the directory for the file manager to temporarily
- store files for each BBS line. During a download, all files in the
- queue will be copied here to be transfered. Begin a line with
- 'TEMP## =' followed by the path.
-
-
- {local}
- TEMP00 = C:\TBBS\TDBS\CD-ROM1\TEMP0\
-
-
- {line 1}
- TEMP01 = C:\TBBS\TDBS\CD-ROM1\TEMP1\
-
-
- {line 2}
- TEMP02 = C:\TBBS\TDBS\CD-ROM1\TEMP2\
-
-
- * NOTE: Using a temporary directory for local users may seem innefficient,
- but to allow the SysOp to test the File Manager Setup I kept the
- procedure for local callers identical}
-
-
-
- III. You also must specify a default extension to use when tagging files.
- Begin a line with 'EXTENSION =' followed by the extension enclosed by
- quotes.
-
-
- EXTENSION = ".GIF"
-
-
- IV. (optional) You may prevent certain users from downloading while
- in the CD-ROM File Manager. Specify the number corresponding to
- an A1 Flag in the userlog. Any users without the flag set will
- not be able to download; instead, they we'll see a text file.
- type 'A1FLAG = #' on one line and 'DLTEXT = (filename)' on
- abother line.
-
- A1FLAG = 4
-
- DLTEXT = c:\tbbs\help\adult.
-