Standard MS-DOS Boot Disk

The following are instructions for making a DOS boot disk for nearly any game which is not working properly.

I. Making a Bootable DOS disk

AUTOEXEC.BAT
CONFIG.SYS
COMMAND.COM

II. Making a customized CONFIG.SYS file

DEVICE=C:\DOS\HIMEM.SYS
DEVICE=C:\DOS\EMM386.EXE RAM
FILES=40
BUFFERS=40
DOS=HIGH, UMB
REM DEVICE=C:\...

III. Making an AUTOEXEC.BAT file


PATH  

C:\MOUSE\MOUSE (this should match the name of your mouse driver) 

PROMPT   

ECHO  

SET SOUND   

SET BLASTER 


LH C:\SB16\SB16SET   

LH C:\SB16\SBCONFIG.EXE /S 


REM C:\... 

IV. Reboot and Test


C: 

CD DISCWLD.CD 

V. Problems