1 Star 0 Fork 8

独自听那落雨声 / OpenRA

forked from Castle / OpenRA 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
utility.cmd 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
@echo off
title OpenRA.Utility.exe
:choosemod
echo ----------------------------------------
echo.
call OpenRA.Utility.exe
echo Enter --exit to exit
set /P mod=Please enter a modname: OpenRA.Utility.exe
if /I "%mod%" EQU "--exit" (exit /b)
if /I "%mod%" EQU "ra" (goto help)
if /I "%mod%" EQU "cnc" (goto help)
if /I "%mod%" EQU "ts" (goto help)
if /I "%mod%" EQU "d2k" (goto help)
echo.
echo Unknown mod: %mod%
echo.
goto choosemod
:help
echo.
echo ----------------------------------------
echo.
echo OpenRA.Utility.exe %mod%
call OpenRA.Utility.exe %mod%
:start
echo.
echo ----------------------------------------
echo.
echo Script options:
echo --exit to exit
echo --help to view the help
echo --mod to choose a new mod
echo.
set /P command=Please enter a command: OpenRA.Utility.exe %mod%
if /I "%command%" EQU "--exit" (exit /b)
if /I "%command%" EQU "--help" (goto help)
if /I "%command%" EQU "--mod" (goto choosemod)
echo.
echo ----------------------------------------
echo.
echo OpenRA.Utility.exe %mod% %command%
call OpenRA.Utility.exe %mod% %command%
goto start
C#
1
https://gitee.com/yy1ww2tt30/OpenRA.git
git@gitee.com:yy1ww2tt30/OpenRA.git
yy1ww2tt30
OpenRA
OpenRA
prep-2003-sc

搜索帮助

53164aa7 5694891 3bd8fe86 5694891