
- COPY OF 1.Bat, M.A.M.E ROMS DIRECTORY
INSTALLATION
- ----------------------------------------------------------------------------
-
- @ECHO OFF
- :XCOPY32
- CLS
- echo.
- echo.
- echo.
- echo. Installation of: "Rom Files Only"
- echo.
- echo.
- echo When you are ready to begin copying the contents of
- echo drive D:\ (CD/DVD-ROM), press any key.
- echo.
- echo NOTE: All files from drive D:\ will be copied directly
- echo to your C:\MAME\ROMS directory.
- echo.
- echo All ROM files must be on root of your CD. E.g D:\Pacman.ZIP
- echo.
- echo.
- pause
- cls
- xcopy32 D:\ C:\MAME\ROMS /E
- cls
- echo.
- echo.
- echo.
- echo 1- To install another ROM DVD or ROM CD.
- echo.
- echo 2- To Exit.
- echo.
- CHOICE /C:12 /N "Your Choice: "
- IF errorlevel==2 GOTO END
- IF errorlevel==1 GOTO XCOPY32
-
- :END
- cls
- echo.
- echo.
- echo.
- echo Please See the ReadME file on how to refresh the games
list.
- echo.
- echo.
- CHOICE /C:1 /N /T:1,08 " Arcade Machine will now RE-START"
- IF errorlevel==1 GOTO res
- :res

-
- COPY OF 2.BAT SNAP DIRECTORY INSTALLATION
- ---------------------------------------------------------------
-
- @ECHO OFF
-
- :XCOPY32
- CLS
- echo.
- echo.
- echo.
- echo. Installation of: "Snap Shot Files Only"
- echo.
- echo.
- echo When you are ready to begin copying the contents of
- echo drive D:\ (CD-ROM), press any key.
- echo.
- echo NOTE: All files from drive D:\ will be copied directly
- echo to your C:\MAME\SNAP directory.
- echo.
- echo All PNG files must be in a folder called "SNAP"
on CDROM.
- echo.
- echo E.g D:\SNAP\GRIDLEE.PNG
- echo.
- echo.
- pause
- cls
- xcopy32 D:\SNAP C:\MAME\SNAP /E
- cls
- echo.
- echo.
- echo.
- CHOICE /C:1 /N /T:1,03 " Arcade Machine will now RE-START"
- IF errorlevel==1 GOTO res
- :res

-
- COPY OF 12.BAT, M.A.M.E SOUND SAMPLES DIRECTORY
INSTALLATION
- --------------------------------------------------------------------------------------------
-
- @ECHO OFF
-
- :XCOPY32
- CLS
- echo.
- echo.
- echo.
- echo. Installation of: "Sound Samples Only"
- echo.
- echo.
- echo When you are ready to begin copying the contents of
- echo drive D:\ (CDROM), press any key.
- echo.
- echo NOTE: All files from drive D:\ will be copied directly
- echo to your C:\MAME\Samples directory.
- echo.
- echo All .ZIP files must be in a folder called "Samples"
on CDROM.
- echo.
- echo E.g D:\samples\DKONG.ZIP
- echo.
- echo.
- pause
- cls
- xcopy32 D:\Samples C:\MAME\Samples /E
- cls
- echo.
- echo.
- echo.
- CHOICE /C:1 /N /T:1,03 " Arcade Machine will now RE-START"
- IF errorlevel==1 GOTO res
- :res
