@echo off cls if "%1"=="" goto error if "%1"=="?" goto question if "%1"=="/?" goto question goto top :question echo. echo WinUAE 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 WinUAE. Use it at your own risk (What could happen? Win95 Crash?) echo. echo (c) Paul McGunnigle 1997 ú paul.mcgunnigle@ukonline.co.uk echo Paul McGunnigle's Emulation Homepage ú http://emulation.ukonline.co.uk echo. echo WinUAE [filename] [/?] echo. echo /? Shows this help screen echo. echo for example ú Winuae stunt.adf echo. goto theend :top echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º WinUAE º echo ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹ echo º 1 : 320x255 (Windowed) º echo º 2 : 640x480 (Full Screen) º echo º X : Exit º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ choice /c:12X /n /t:X,30 > nul if errorlevel 3 goto end if errorlevel 2 goto Fullscreen if errorlevel 1 goto Window goto top :Window cls echo Running WinUAE in a Window 320x255 with %1 uae -f 4 -W -0 %1 -O 320:255:xyl -Q-1 %2 %3 %4 %5 %6 %7 %8 %9 goto end :Fullscreen cls echo Running WinUAE in Fullscreen 640x480 with %1 uae -f 4 -0 %1 -O 640:480:xyd -Q-1 %2 %3 %4 %5 %6 %7 %8 %9 goto end :error echo. echo Whoops, You forgot to specify the Disk Image echo. ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo It should be like this: ³WinUAE Hunter.adf³ echo. ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ goto end :end echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º WinUAE easy batch file º 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