您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

7 行
199B

  1. @echo off
  2. setlocal
  3. cd /d "%~dp0"
  4. call build.bat || exit /b 1
  5. "C:\Program Files\GTK3VICE-3.10-win64\bin\x64sc.exe" -autostart skirmish.prg -autostart-warp -nativemonitor -keepmonopen -refreshonbreak

Powered by TurnKey Linux.