
                   Installing SCSI support



System Installation Requirements

HP OmniBook 800 installed with Windows 3.1 or Windows for Workgroups

HP OmniBook 800 PCMCIA Drivers.  These drivers are located on the OmniBook
   hard disk in C:\OMNIBOOK\DRIVERS\WFW\SCSI. These drivers are also located
   on the HP OmniBook Recovery CD in the \OmniBook\DRIVERS\WFW\SCSI directory.



Procedures
1.   Create a directory in the root of C: named SCSI.
2.   Copy the following files to the SCSI directory.
          ASPI8XX.SYS
          SYMCD.SYS
          SYMDISK.SYS
          WIN8XX.386
          WIN8XX.DLL
3.   Add these lines to the CONFIG.SYS file:

REM -- Enable SCSI
devicehigh=c:\scsi\aspi8xx.sys /v

REM -- Enable SCSI CD-ROM driver...
REM -- Insert 'rem' if CD-ROM drive not installed...
devicehigh=c:\scsi\symcd.sys /d:aspicd0

REM -- Environment variable set to pass SCSI CD-ROM status to AUTOEXEC.BAT...
REM -- Set scsi_cd_rom=0 if CD-ROM drive not installed...
set scsi_cd_rom=1

REM -- Enable SCSI external disk driver
REM -- Insert 'rem' if no external SCSI drive
devicehigh=c:\scsi\symdisk.sys
lastdrive=y

4.   Add these lines to the beginning of the AUTOEXEC.BAT file:

REM Enable SCSI CD-ROM drive if present...
if not %scsi_cd_rom%.==1. goto skipahead

REM -- Insert "rem" if CD-ROM drive not installed...
c:\dos\mscdex /d:aspicd0 /m:12 /l:H
REM -- The /l option specifies the drive letter for the CD-ROM

:skipahead

REM SMARTDRV needs to follows MSCDEX to enable read for a CD-ROM Drive available



