*******************************************************************************
************************ CADKEY 5.0/DATACAD 4.06 DRIVER ***********************
*******************************************************************************

The following resolutions are supported:

Resolution    Colors
640 x 480     256
800 x 600     16
800 x 600     256
1024 x 768    16
1024 x 768    256
1280 x 1024   16

This driver is a TSR (Terminate and Stay Resident) program that must be invoked
BEFORE Cadkey or DataCAD will run. The driver will accept certain command line
options that will change the behavior of the driver. These options will allow
you to remove a previous copy of the driver from memory, or to install the
driver at a different interrupt vector.

To remove a previous copy of the driver, use the '-r' option. For example

    CK_911 -r      Removes the driver (if installed) from system memory.

This driver will install itself on interrupt 60h by default. To install the 
driver at a different interrupt vector, use the '-f##' option, where '##' is 
replaced by a number between 60 and 67. For example

    CK_911         Installs the driver at interrupt 60h.
    CK_911 -f62    Installs the driver at interrupt 62h.

Cadkey Driver Installation
--------------------------
1.  Insert the 928Movie DOS Drivers disk in the appropriate disk drive.

2.  Copy the Cadkey driver from the disk into the subdirectory which contains
    Cadkey. For example, if Cadkey is located on drive C: in the \CADKEY 
    subdirectory, type the following:

        COPY A:\CADKEY\CK_911.EXE C:\CADKEY

3.  Change to the Cadkey subdirectory on the hard disk and create a backup of 
    the GRDEV.DAT file by renaming GRDEV.DAT to GRDEV.BAK.

4.  Create a new GRDEV.DAT by appending the GRDEV.DAT file on the 928Movie DOS
    Drivers disk to the GRDEV.BAK file. To do this, type the following:

        COPY GRDEV.BAK+A:\CADKEY\GRDEV.DAT GRDEV.DAT

5.  Run the Cadkey CONFIG program and make the following selections:
    a.  Select "Set graphics options".
    b.  Select "Select graphics device" option.
    c.  Select "S3 86C911 (86C911)".
    d.  Select the appropriate video resolution for the monitor installed.
    e.  Select the rest of the graphics options, depending upon user
        preferences.
    f.  Exit, saving the new configuration.

To Uninstall Cadkey
-------------------
1.  Change to the \CADKEY subdirectory.

2.  Enter the following command:

        COPY GRDEV.BAK GRDEV.DAT

3.  Delete the file CK_911.EXE.

4.  Run the Config program and select a different video driver.

DataCAD Driver Installation
---------------------------
1.  Insert the 928Movie DOS Driver disk in the appropriate disk drive.

Without EMS Memory

2.  Copy the Cadkey driver from the disk into the subdirectory that contains 
    the DataCAD drivers. For example, if DataCAD is located in the MTEC\DRV 
    subdirectory on drive C: and the disk is in drive A:, type the following:
        COPY A:\CADKEY\CK_911.EXE C:\MTEC\DRV

With EMS Memory

2.  Copy the Cadkey driver from the disk into the subdirectory that contains 
    the DataCAD drivers. For example, if DataCAD is located in the MTEC\DRV 
    subdirectory on drive C: and the disk is in drive A:, type the following:

        COPY A:\CADKEY\DL_911.EXE C:\MTEC\DRV

4.  Change to the MTEC\DRV subdirectory and rename the driver files 
    DRIVERS.GD2 and DRIVERS.GD4 to DRIVERS2.BAK and DRIVERS4.BAK respectively.

5.  Create a new DRIVERS.GD2 and DRIVERS.GD4 by appending the DRIVERS.GD2 and 
    DRIVERS.GD4 files on the 928Movie DOS Drivers disk to the DRIVERS2.BAK and
    DRIVERS4.BAK. To do this, type in the following command lines:

        COPY DRIVERS2.BAK+A:\DRIVERS.GD2 DRIVERS.GD2
        COPY DRIVERS4.BAK+A:\DRIVERS.GD4 DRIVERS.GD4

6.  Change to the \MTEC subdirectory on the hard disk.

7.  Run the DataCAD CONFIG program, selecting the "S3 86C911 (86C911)" as the
    display driver.
    a.  Select the appropriate video resolution for the monitor installed.
    b.  Select the rest of the graphics options, depending upon user 
        preferences.
    c.  Exit, saving the new configuration.

To Uninstall DataCAD
--------------------
1.  Change to the \MTEC\DRV directory.

2.  Enter the following commands:

        COPY DRIVERS2.BAK DRIVERS.GD2
        COPY DRIVERS4.BAK DRIVERS.GD4

3.  Delete the file CK_911.EXE or DL_911.EXE.

4.  Change to the \MTEC directory.

5.  Run the CONFIG program and select a different video driver.
