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.

17 lines
295B

  1. @echo off
  2. setlocal
  3. set "VICE_EXE=C:\Program Files\GTK3VICE-3.10-win64\bin\x64sc.exe"
  4. set "DISK=kernal_os.d64"
  5. if not exist "%VICE_EXE%" (
  6. echo VICE x64sc was not found at:
  7. echo %VICE_EXE%
  8. exit /b 1
  9. )
  10. call build_all.bat
  11. if errorlevel 1 exit /b 1
  12. "%VICE_EXE%" -autostart "%CD%\%DISK%"

Powered by TurnKey Linux.