Reply To: Building Old Computers For Sierra Gaming

HOME Forums Open Discussion Building Old Computers For Sierra Gaming Reply To: Building Old Computers For Sierra Gaming

#28145
Unknown,Unknown
Participant

(re: re: Building Old Computers For Sierra Gaming HELP!!!!) William,

Try the following autoexec and config files (attached). Make sure to substitute your CD rom driver for OAKCDROM.SYS (although that driver works well for most drives). I did not post it because of possible copyright, but it’s real common and you should actually have it if you have some old disks kicking around.

CONFIG.SYS
DEVICE=HIMEM.SYS
DEVICE=EMM386.EXE NOEMS
DOS=UMB,HIGH
DEVICEHIGH=OAKCDROM.SYS /D:CD1
BUFFERS=30,0
FILES=40
LASTDRIVE=Z
FCBS=16,0
BREAK=ON
STACKS=9,256

AUTOEXEC.BAT
@echo off
PROMPT $P$G
PATH C:\;C:\DOS
LH MSCDEX.EXE /D:CD1 /L:D
LH SMARTDRV.EXE
LH DOSKEY.COM

AUTOEXEC.BAT
CONFIG.SYS