
The best way to install this prgm and have full use of All T-Tutor modules
is to make a directory named T-TUTOR off of your root directory.

* Then run the self-extracting file 1T-TUTOR.EXE in that directory.
* Then UnZip the file Win95Hlp.Zip in that same directory.
* Then UnZip the file Host-BBS.Zip in that same directory.

Each of those files should be Unarchived in that same directory in that
exact order, because newer modules contain updated files by the same name
as those already in the previous file group, and the newer versions must
be allowed to over-write the older versions.  When completed all 3 modules
will work together under 1 Batch file.

If you already have the original T-Tutor installed and setup to be run
from within Terminate and/or TerMail, then use that same directory.

If you do not have nor want the Win95Hlp module, it is not required for
the orginal T-Tutor nor this Host-BBS module to work.  But the menu option
for the selection for Win95Hlp will not be functional.

If you do not have nor want either T-Tutor nor Win95Hlp, they are not
required for Host-BBS to work.  And you can choose the Host-BBS.BAT file
instead of the T-Tutor.BAT file to start this program and avoid the choice
menu for T-Tutor and Win95Hlp.

File list:

        HOST-BBS.ZIP  295092   8-01-97
    Containing:
        FILE_ID.DIZ      510   8-01-97   Description
        HOST-BBS.BAT      17   8-01-97   Batch to run HOST-BBS Only
        HOST-BBS.HTX  159921   8-01-97   Compiled data
        OHREAD.EXE    235928  12-20-96   Engine
        OH.CFG           225   8-01-97   Configuration
        README.TXT      7318   8-01-97   This file
        S.COM           1152   8-01-97   Screen display for T-TUTOR.SCR/BAT
        T-TUTOR.BAT      428   8-01-97   Batch menu to run All T-TUTOR modules
        T-TUTOR.SCR     3858   8-01-97   Screen for T-TUTOR.BAT/S.COM

If this prgm is installed in the same directory 1T-TUTOR.EXE was previously
installed in, then these files should be over-written:
        FILE_ID.DIZ      369  11-11-95
        OHREAD.EXE    155564  11-04-95
        README.TXT      4060  11-11-95
        T-TUTOR.BAT       16  11-11-95

If this prgm is installed in the same directory Win95Hlp.Zip was previously
installed in, then these files should be over-written:
        FILE_ID.DIZ      285  10-17-96
        OH.CFG           225  10-15-96
        OHREAD.EXE    226336   9-17-96


              United States Terminate Registration Site
                          
                   TSR - TERMINATE SUPPORT REGISTRATIONS
               ܰ        Andy Roberts, 1:109/921
                        695 PINEY MTN RD, LURAY, VA 22835, USA
  ܲ   ܲ       ߲        Voice: 1-540-743-9432
                          Fax  : 1-540-743-1732 ZOOM V.FC 28.8
             BBS  : 1-540-743-2865 USR V.34+
                                    Internet E-mail andy@shentel.net

          Online credit card menus to Register TERMINATE & DoorWay

In addition to TSR BBS, other Terminate related files may be available at:
        Worldwide Web   : http://www.terminate.com
        FTP             : ftp.terminate.com terminat/


=============================================================================
The following is only about the HyperText reader engine used in this program.

                      Copyright 1996, Hyperion Softword

                    *************************************
                    *      Orpheus 2, version 2.30      *
                    *************************************

                Comments and queries to:  Hyperion Softword,
              535 Irene-Couture, Sherbrooke, QC J1L 1Y8, Canada
                    tel/fax - 819-566-6296 (Rod Willmot)
                       email - willmot@interlinx.qc.ca


Contents of this file:  Purpose
                        Usage
                        Requirements
                        Licence
                        User Interface
                        Supported Features
                        Missing Features

Last revised:  February 18, 1996


PURPOSE:
========

    For reading compiled/assembled hypertext documents created with Orpheus 2.
    These consist of one .HTX file, optionally accompanied by one or more
    numbered subfiles (filename.001, filename.002).


USAGE:
======

        OHREAD [filename][.HTX]

    The filename can be given with or without the ".HTX" extension.  If
    no filename is given, looks for any HTX file in the current directory.

    Command-line switches:

       /g      - force grey-scale color values instead of color.  Use this
                 if you have a CGA monitor that displays 16 shades of one
                 color (grey, green, amber).
       /c      - force color instead of grey-scale, in case a CFG file
                 somewhere says you don't have a color monitor and you do.
       /ns     - force no saves of Reader CFG files or other files
       /nm     - force no mouse, in case standard mouse-initialization
                 causes trouble on your machine (or you don't like mice)
       /v      - get the version number

    Switches can be given before or after the filename, separated by a space,
    and you can use "-" instead of "/": -b -ns.


REQUIREMENTS:
=============

    Requires DOS 3.1 or higher.  Runs fine under Windows 3.1 and OS/2.
    Desqview users:  define as a full-screen application that writes
    directly to the screen.  RAM requirements depend on the size of the
    HTX, but a 1-megabyte HTX should be handled fine in under 350K free RAM.
    AUTHORS:  If you need a text-only version that runs in under 140K
    free RAM (similar to OHHELP.EXE), give me a call.


LICENCE:
========

    Registered users of Orpheus 2 are licensed to distribute the Orpheus
    Reader (this program) together with their finished works.

    Note:  Andy Roberts of TSR - TERMINATE SUPPORT REGISTRATIONS is a
           Registered ORPHEUS user/author.  And hereby gives permission for
           others to distribute Host-BBS.ZIP provided it is not modified in
           any way, and there is no charge beyond shipping and handling.


USER INTERFACE:
===============

    Orpheus 2 is designed to give power and flexibility to hypertext
    authors.  The user-interface that appears with any given HTX depends
    entirely on that work's author; this includes keyboard behavior.  If
    the author of an HTX has disabled the standard Exit key (Alt-X in the
    English version), he must provide you with an Exit command of his own,
    either through an onscreen button or a scripted menu.  If you have to
    hit Ctl-Alt-Del to get out of this program, complain to the author!


SUPPORTED FEATURES:
===================

    Supports all features documented in the same release of OH.EXE's
    online Help, including PCX/GIF/FLI/FLC display, printing, and running
    external programs via script commands.  Features you actually see depend
    on what the author of a given HTX has provided.


