@echo off setlocal set "VICE_EXE=C:\Program Files\GTK3VICE-3.10-win64\bin\x64sc.exe" set "MONLOG=%~dp0..\vice-monitor.log" if not exist "%VICE_EXE%" ( echo x64sc.exe not found at "%VICE_EXE%" exit /b 1 ) call "%~dp0..\build.bat" if errorlevel 1 exit /b 1 "%VICE_EXE%" ^ -autostart "%~dp0..\c64os.prg" ^ -autostart-warp ^ -nativemonitor ^ -keepmonopen ^ -refreshonbreak ^ -monlog ^ -monlogname "%MONLOG%"