@echo off cls if "%1"=="" goto error if "%1"=="?" goto question if "%1"=="/?" goto question goto execute :question mode ,43 echo. echo NLKSnes 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 NLKSnes. 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 ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Nlksnes\Nlksnes echo. pause mode ,25 goto end :execute cls echo Running NLKSnes with %1 Nlksnes\Nlksnes %1 -frame 2 -joy %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: ³Nlksnes mario.smc³ echo. ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ goto end :end echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º NLKSnes 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