@echo off
cls
echo 
echo floppy clean boot for ultima7
echo 
echo if your have a sound card you might want to set the
echo set blaster and set sound option in the 'autoexec.bat' on
echo the boot disk and remove the rem statements,
echo 
echo if you want to use a mouse,you might also want to enable in your
echo 'autoexec.bat' file on the floppy by removing the rem statement,
echo 
echo you might also set the path & drive to boot the game up directly
echo from the floppy,just edit the autoexec.bat file,
echo 
echo remove the pause statement in the autoexec.bat file when you
echo everything set right,,,enjoy,
echo 

prompt $p$g

rem soundcard stuff

rem SET BLASTER=A220 I5 D1 T3
rem SET SOUND=C:\SB

rem mouse driver

rem mouse /d


rem drive to run game from

c:

path =c:\dos;

@rem path to game

cd \ultima7

rem remove the pause when everythings set like you want it,

pause

u7menu


