BOOT DISK

You must have a least 590K of conventional memory and
128K of EMM available to run this program.

Before resorting to a special boot disk try removing all TSR programs and
then run Microsoft's MEMMAKER supplied with dos. If this fails then you will
have to make a special floppy 'boot disk'

1] Format the floppy using the command FORMAT A:/S
2] Create a AUTOEXEC.BAT and CONFIG.SYS by using the following
guidelines.



**config.sys**

device=c:\dos\himem.sys
device=c:\dos\emm386.exe RAM 
dos=high,umb
files=30
buffers=30

REM The following is the last drive on your computer
REM normally the CDROM drive

lastdrive=f

REM install your mouse driver
devicehigh=c:\dos\mouse.sys

REM install your cd driver
REM ***copy this exactly from your HARD DRIVE CONFIG.SYS

devicehigh=c:\SOUND16A\DRIVERS\CDMKE.SYS /P:340 /D:MSCD000

;*****************************************

**autoexec.bat**
@echo off
prompt $p$g
path=c:\dos;c:\
LH C:\DOS\KEYB US

rem insert your MSCDEX driver commands
LH C:\DOS\ MSCDEX.EXE /D:MSCD000

SET COMSPEC=C:\DOS\COMMAND.COM

REM on the next line substitute the drive letter you have chosen
c:

REM Now type in the following

cd \thescrol
scroll.exe

