Installation
------------
To install this self-study course, copy SETUP.BAT and CLASS.ZIP
to the directory that the course is to be installed.  Then run SETUP.BAT,
which will unzip CLASS.ZIP and create the appropriate directory structure.
For this batch file to work, PKUNZIP.EXE must be in the current path.

Getting Started
---------------
Once you have successfully installed the training, run Windows and bring
up the File Manager.  Go to the directory that you installed the training
in, and double click on the PRINTING.HLP file.  This will run the Help
Engine, and load the training module.  You are now ready to begin the course.

Directory Structure
-------------------
The directory structure that will be created will have a LABS subdirectory and
a TRAINING subdirectory.  The TRAINING subdirectory will contain a help file
for the printing course, a compiled version of the sample code, and a
.DLL for the Print All feature.  The LABS subdirectory will contain a
subdirectory for each of the labs used in this course.  In each of the
individual lab subdirectories, there is a DONECODE and a BASECODE subdirectory.
The BASECODE subdirectory contains the code for the lab that the student
needs to modify to get the desired results.  The DONECODE directory contains
the code for the solutions to the lab.

Print All Feature
-----------------
This self-study course has the option to "Print All" (a choice from the file
menu).  This menu selection will print the entire contents of the .HLP file
that contains the course.  Due to design limitations of the help engine, there
is no way to abort this feature and all hardware input will be disabled while
printing all.  In addition, you cannot "Print to file" using this feature, the
print job *must* go directly to the printer.


