
-
- *****Example*****
-
-
-
- @echo off
-
- CLS
-
- echo
- echo Darren's Mame Boot CD V 14-10-06
- echo
- echo Welcome to "Darren's bootable CD". This self-booting
disc will
- echo turn almost any P.C computer into a M.A.M.E powered arcade
machine.
- echo
- echo This version supports the following hardware:-
- echo
- echo AMD 450Mhz, Athlon 850, 3Ghz Best for some CHD games and
all NEO-GEO
- echo 128Mb RAM, 256Mb for all NEO-GEO games
- echo 80Gb HDD for all ROM sets plus all CHD's
- echo Ati, Radeon, or Ultimarc ArcadeVGA
- echo J-Pac set to Mame - 15khz
- echo Most Sound Blaster ISA CARD
- echo Most Sound Blaster PCI CARD (But Not SB LIVE or AUDIGY)
- echo
- echo Software Used:
- echo
- echo Dmame v100 & i686, Hiscore.dat V100, History.dat V100,
ArcadeOS 2.52.
- echo
- pause
-
- cls
-
- echo WARNING! This disc can "DESTROY" data. It
has options within that can
- echo format drives. BE CAREFUL if you have any other
drives installed in
- echo your
machine that contain data.
- pause
-
- REM ** MENU OPTION. SOUND CARD OPTION
- CLS
- echo
- echo MASTER
MENU. (SOUND CARD OPTIONS)
- echo
- echo 1- PCI Sound Blaster 128 (See ReadME)
- echo
- echo
- echo 2- ISA Sound Blaster 64 (See ReadME)
- echo
- echo
- echo 3- To EXIT SET-UP.
- echo
- echo
- CHOICE /C:123 /N "Option 1 will be chosen after 20s. Your Choice:
"
- IF errorlevel==3 GOTO ENDD
- IF errorlevel==2 GOTO ISA
- IF errorlevel==1 GOTO PCI
-
- :PCI
- *
- *
- goto vgam
-
- :ISA
- cls
- echo
- echo Now
installing M.A.M.E with ISA sound support.
- echo
- echo
- echo *********************************************************************
- echo * Use the following disk tool to create a pirmary DOS
partition for *
- echo * your files to reside on. If your not sure how to
do this, there *
- echo * are many websites that can help. Just search for
help with FDISK *
- echo *********************************************************************
- echo
- echo
- echo Note: Even if you do not need to edit your drives partitions,
please
- echo check to make sure everything is in order (with Fdisk)
before you
- echo continue.
- echo just press Escape while in Fdisk to continue on with
setup.
- echo
- pause
-
- cls
- echo
- echo Fdisk
Menu
- echo
- echo 1- Run Fdisk
- echo
- echo
- echo 2- Skip Fdisk
- echo
- echo
-
- CHOICE /C:12 /N "Option 2 will be chosen after 6s. Your Choice:
"
- IF errorlevel==2 GOTO asi
- IF errorlevel==1 GOTO f
- :f
- a:\fdisk
- :asi
- cls
-
- echo **IMPORTANT**
- echo
- echo If you created or deleted any partitions with Fdisk, please
reset now.
- echo Once you get back to the Fdisk menu chose option 2 to skip
Fdisk,
- echo If you didn't change anything or even use Fdisk press any
key to
- echo continue.
- echo
- pause
-
- cls
- echo Getting ready to format drive C:\
- A:\FORMAT C:
- A:\SYS.COM C
- A:\scandisk C:
- echo Installing DOS.....
- mkdir C:\Dos
- A:\XCOPY32 D:\SYSTEM\Dos c:\Dos /E
- C:\DOS\SMARTDRV
- echo Installing ArcadeOS V2.52.....
- mkdir C:\ArcadeOS
- A:\XCOPY32 D:\SYSTEM\ArcadeOS C:\ArcadeOS /E
-
-
- echo
- echo MAME INSTALLATION OPTIONS.
- echo
- echo
- echo 1- To setup Dmame v100 i686 Pentium Optimised
- echo
- echo 2- To setup Dmame v100 Standard
- echo
- echo
-
- CHOICE /C:12 /N "Option 1 will be chosen after 15s. Your Choice:
"
- IF errorlevel==2 GOTO MAi
- IF errorlevel==1 GOTO MAPPi
-
- :MAPPi
- cls
- echo Installing M.A.M.E V100_i686. This may take time.....
- mkdir C:\Mame
- A:\XCOPY32 D:\SYSTEM\MAMEPP C:\Mame
-
-
- goto isaso
-
- :MAi
- cls
- echo Installing M.A.M.E V100_Standard. This may take time.....
- mkdir C:\Mame
- A:\XCOPY32 D:\SYSTEM\Mame C:\Mame
-
-
- :isaso
- cls
- echo Installing ISA Sound Blaster Drivers.....
- A:\XCOPY32 D:\SND\ISA\CISA C:\
- mkdir C:\CTCM
- A:\XCOPY32 D:\SND\ISA\CTCM C:\CTCM
- mkdir C:\SB16
- A:\XCOPY32 D:\SND\ISA\SB16 C:\SB16
-
-
- :vgam
- CLS
-
- echo
- echo (VGA)
MENU
- echo
- echo 1- To SET-UP ArcadeOS using ArcadeVGA CARD and 15Khz
ARCADE MONITOR.
- echo
- echo 2- To SET-UP ArcadeOS using other make VGA CARD and
15Khz MONITOR.
- echo
- echo 3- To SET-UP ArcadeOS using any make VGA CARD and VGA
MONITOR.
- echo
- echo 4- To SET-UP ArcadeOS using VGA CARD with TV OUT and
a TV.
- echo
- CHOICE /C:1234 /N "Option 1 will be chosen after 30s. Your Choice:
"
- IF errorlevel==4 GOTO TV
- IF errorlevel==3 GOTO VGA
- IF errorlevel==2 GOTO ATI
- IF errorlevel==1 GOTO ULT
-
- :ult
- cls
- echo Installing Arcade monitor and ArcadeVGA.....
- REM ** ArcadeOS USING ArcadeVGA CARD and 15Khz ARCADE MONITOR
- mkdir C:\MPG
- A:\xcopy32 D:\VIDEO\MPG C:\MPG
- A:\XCOPY32 D:\VIDEO\ULTI\arcadeos.cfg C:\ARCADEOS
- A:\XCOPY32 D:\VIDEO\ULTI\mame.cfg C:\MAME
-
-
- goto atx
-
- :ati
- cls
- echo Installing Arcade monitor and standard vga card.....
- REM ** ArcadeOS using other make VGA CARD and 15Khz MONITOR
- mkdir C:\MPG
- A:\xcopy32 D:\VIDEO\MPG C:\MPG
- A:\XCOPY32 D:\VIDEO\ATI\arcadeos.cfg C:\ARCADEOS
- A:\XCOPY32 D:\VIDEO\ATI\mame.cfg C:\MAME
-
-
-
-
- REM ** ATX CONTROL
- :atx
- cls
-
-
- echo
- echo 1- SET-UP "ATXOFF" (Exit ArcadeOS and your
P.C. will stay ON)
- echo (Easier to up-date ROMS after Exiting
ArcadeOS)
- echo
- echo
- echo 2- SET-UP "ATXOFF" (Exit ArcadeOS and your
P.C. will turn OFF)
-
- CHOICE /C:12 /N "Option 1 will be chosen after 15s. Your Choice:
"
- IF errorlevel==2 GOTO ON
- IF errorlevel==1 GOTO OFF
-
- :OFF
- A:\XCOPY32 D:\RUN\ATXOFF\GO.BAT C:\ARCADEOS
-
- GOTO end
-
- :ON
- A:\XCOPY32 D:\RUN\ATXON\GO.BAT C:\ARCADEOS
-
- :end
- cls
- echo.
- echo.
- echo.
-
-
- echo Setup
is Complete, Remove C.D and Re-Start P.C
-
-
- :endd
- @echo on
