You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
289B

  1. @echo off
  2. setlocal
  3. set "VICE_EXE=C:\Program Files\GTK3VICE-3.10-win64\bin\x64sc.exe"
  4. if not exist "%VICE_EXE%" (
  5. echo x64sc.exe not found at "%VICE_EXE%"
  6. exit /b 1
  7. )
  8. call "%~dp0..\build.bat"
  9. if errorlevel 1 exit /b 1
  10. "%VICE_EXE%" -autostart "%~dp0..\c64os.prg" -autostart-warp

Powered by TurnKey Linux.