@echo off cls if "%1"=="" goto error if "%1"=="?" goto question if "%1"=="/?" goto question goto select :question mode ,50 echo. echo Snes9X easy batch file created by Paul McGunnigle for my personal use. echo Its free (barely a program?) Anyhow feel free to use the program and echo distribute it where and when you want. File not connected to the author echo of Snes9X. Use it at your own risk (What could happen? System Crash?) echo. echo (c) Paul McGunnigle 1997 ú paul.mcgunnigle@ukonline.co.uk echo Paul McGunnigle's Emulation Homepage ú http://emulation.ukonline.co.uk echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Snes9x\Snes9x echo. pause mode ,25 goto end :select echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º Snes9X Easy Batch v0.2 º echo ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹ echo º 1 : Sound Enabled º echo º 2 : Sound Disabled (faster) º echo º X : Exit º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ choice /c:12X /n /t:X,30 > nul if errorlevel 3 goto end if errorlevel 2 goto Nosound if errorlevel 1 goto Sound goto top :Sound cls echo Running Snes9X, Sound enabled @ 8192 with %1 Snes9x\Snes9x %1 -f 3 -4 -m 2 -S -r 1 %2 %3 %4 %5 %6 %7 %8 %9 goto end :Nosound cls echo Running Snes9X, Sound Disabled with %1 Snes9x\Snes9x %1 -f 3 -4 -m 2 %2 %3 %4 %5 %6 %7 %8 %9 goto end :error echo. echo Whoops, You forgot to specify the ROM file echo. ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo It should be like this: ³Snes9x mario.smc³ echo. ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ goto end :end echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º Snes9X easy batch file v0.2 º echo º by Paul McGunnigle º echo º paul.mcgunnigle@ukonline.co.uk º echo º º echo º Visit my Webpage º echo º http://emulation.ukonline.co.uk º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ goto theend :theend