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.DOC < prev    next >
Text File  |  1993-01-06  |  7KB  |  132 lines

  1.  
  2.    ╔══════════════════════════════════╤══════════════════════════════╗
  3.    ║   TBBS CD-ROM File Manager v1.0  │   Frontier Enterprises       ║
  4.    ║     for TBBS/TDBS v2.2           │   Post Office Box 3233       ║
  5.    ║   (c) 1993 Frontier Enterprises  │   Champaign, IL  61826-3233  ║
  6.    ║   Written by Andy Trick          │   (217) 356-0277 - Voice     ║
  7.    ╟──────────────────────────────────┤         356-9464 - Fax       ║
  8.    ║   Cost - $29   Visa/MC Accepted  │         356-0278 - Data (BBS)║
  9.    ╚══════════════════════════════════╧══════════════════════════════╝
  10.  
  11.      PURPOSE:   Allows users to view, tag, and batch download files
  12.                 from any CD-ROM drive.
  13.  
  14.   PERFORMANCE:  As the user selects files to download they are copied
  15.                 immediately from the CD-ROM to a temporary directory 
  16.                 on the hard disk.  When transferring the files to the
  17.                 user only the hard disk must be read from, which
  18.                 minimizes encounters with the slow disk transfers
  19.                 incurred with CD-ROM drives.  As a result, system
  20.                 performance is optimial even while running the File Manager.
  21.  
  22.  INSTALLATION:  CD-ROM.TPG, CD-ROM.CFG and CD-ROM.HLP must exist in the
  23.                 same directory.  Call the program from a TBBS menu with
  24.                 "TYPE = 200   OPTDATA = (path)\CD-ROM /Q && %BPS"
  25.  
  26.                 For multiple file areas (each copy of the CD-ROM.TPG
  27.                 contains a maximum of 20 sub-areas), simply create another
  28.                 directory for the new area and use a different TYPE = 200
  29.                 function for the other directory.
  30.  
  31. CONFIGURATION:  After installation, you must configure each copy of the 
  32.                 program by editing CD-ROM.CFG.  The configuration file
  33.                 lets you specify the path of the .FAR file as well as the
  34.                 temporary directories.  You must also choose a default
  35.                 extension for filenames which are tagged for download.
  36.                 As an option you can prevent users from downloading who
  37.                 do not have a certain A1 Flag set.  You may write
  38.                 a text file which will be displayed when attempt a download.
  39.  
  40.  
  41.  FILE FORMATS:  You must create two types of ASCII text files to operate
  42.                 CD-ROM.TPG.  You first must create a FAR file which
  43.                 specifies each sub-area that the program will use.  The
  44.                 FAR file is almost identical to any TBBS FAR file except
  45.                 that, in addition to the filename of the DIR file, you
  46.                 must specify the directory on the CD-ROM in which the
  47.                 files are located.  Any DIR entries over the limit of
  48.                 twenty will be ingnored.  If you have more directories
  49.                 you will have to create another FAR File and another
  50.                 copy of the program (all CD-ROM.CFG files must reside
  51.                 in separate direcories).
  52.  
  53.             Example Format of FAR File:
  54.             ===============================================================
  55.             ; This is a comment.
  56.             ; The next line is displayed.
  57.             ! CD-ROM File Areas:
  58.             c:\bbs\cdrom\files1.dir d:\cdrom\files1\ CD-ROM Games
  59.             c:\bbs\cdrom\files2.dir d:\cdrom\files2\ CD-ROM Text Files
  60.             c:\bbs\cdrom\files3.dir d:\cdrom\files3\ CD-ROM Graphics Files
  61.             ===============================================================
  62.  
  63.                 You must also create a DIR file for each sub-area which
  64.                 lists the names, sizes, and descriptions of all files
  65.                 which may be downloaded.  Many CD-ROM's have a method
  66.                 of generating a list of available files.  The format
  67.                 of each individual text file cannot be determined, so
  68.                 CD-ROM.TPG uses the most functional file format.  Each
  69.                 line consists of the filename followed by the file size
  70.                 followed by the description---each separated by one or
  71.                 more spaces.  Alternate directory format, the most common
  72.                 type of file directory, will work fine.
  73.  
  74.          Example Format of DIR File:
  75.          ===============================================================
  76.          picture1.gif 445987 Nice Gif Picture
  77.          game.zip      98775 Just a Game
  78.          house.gif   1202111 A Large GIF file
  79.          ===============================================================
  80.  
  81.                 If your CD-ROM is not capable of creating
  82.                 a text file of this format, you will need to use a
  83.                 simple text conversion program (unless you want to
  84.                 type it all in yourself).  If you need help we will
  85.                 gladly write a conversion program for you as long as
  86.                 you have registered the program.  We will need an
  87.                 example of the file to be converted (with filename,
  88.                 size, and description entries).
  89.  
  90.  
  91.          LEGAL: Frontier Enterprises hereby disclaims all warranties relating 
  92.                 to this software, whether express or implied, including 
  93.                 without limitation any implied warranties of merchantability 
  94.                 or fitness for a particular purpose.  Frontier Enterprises
  95.                 will not be liable for any special, incidental, 
  96.                 consequential, indirect or similar damages due to loss of 
  97.                 data or any other reason.  In no event shall Frontier 
  98.                 Enterprises' liability for any damages ever exceed the price 
  99.                 paid for the license to use software, regardless of the form 
  100.                 of the claim.  The person using the software bears all risk 
  101.                 as to the quality and performance of the software.
  102.    
  103.  
  104.        SUPPORT: If you have problems installing or using this program
  105.                 please feel free to contact anytime.  Our BBS has
  106.                 a special support area for our releases, or you can
  107.                 contact us by voice/fax.  (All phone numbers are listed
  108.                 at beginning of this text file).
  109.  
  110.                 PLEASE LET US KNOW IF YOU HAVE ANY SUGGESTIONS/COMMENTS!!
  111.  
  112.   REGISTRATION: To obtain a valid copy of CD-ROM.TPG, you must register
  113.                 by sending $29 payable to Frontier Enterprises to the
  114.                 address at the beginning of this text file, or order
  115.                 24 hours a day with your Visa/Mastercard on our voice,
  116.                 data, or fax lines.
  117.  
  118.                 WE APPRECIATE YOUR PATRONAGE!!
  119.  
  120.    PLEASE NOTE: We are available for custom programming work and can
  121.                 develop DOS, Windows, or TBBS/TDBS applications in
  122.                 C, Pascal, dBase, or TDBS to meet any need!  Please
  123.                 contact us for more information!
  124.  
  125.                   LOOK FOR MANY MORE USEFUL TDBS/TBBS RELEASES
  126.                 
  127.                       >> ONLY FROM FRONTIER ENTERPRISES <<
  128.  
  129.                 WE KEEP YOU ON THE CUTTING EDGE OF TECHNOLOGY!!!
  130.  
  131.  
  132.