REM @echo off nircmd.exe setcursor 0 0 REM set background picture set pic=default if exist %1.jpg set pic=%1 REM set Overlay if exist "E:\GAMESTUFF\pics\Mattel Intellivision\Named_Overlays\%~3.jpg" set OV=%~3 start /normal vjpeg "E:\GAMESTUFF\pics\Mattel Intellivision\Named_Overlays\%OV%.jpg" for /f "delims=" %%x in ('frontend_proc.bat vjpeg') do @set proc=%%x cmdow.exe %proc% /siz 200 400 cmdow.exe %proc% /mov 10 250 start /normal vjpeg %pic%.jpg cmdow.exe %proc% /top set GAME="%~2\%~3.bin" REM start game start ..\nostalgia.exe %GAME% nircmd.exe wait 500 REM _bkground\nircmd.exe win trans class SDL_app 400 REM _bkground\nircmd.exe win -style class SDL_app 0x00C00000 REM _bkground\nircmd.exe win +style class SDL_app 0x00C00000 nircmd.exe win center class SDL_app nircmd.exe win center class SDL_app nircmd.exe win settopmost class SDL_app 1 nircmd.exe win activate class SDL_app nircmd.exe waitprocess nostalgia.exe REM start _bkground\nomousy.exe REM clean up background nircmd.exe killprocess vjpeg