25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

15 satır
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.