mirror of
https://github.com/UberGames/RPG-X2-rpgxEF.git
synced 2024-11-14 08:40:32 +00:00
14 lines
172 B
Batchfile
14 lines
172 B
Batchfile
@echo off
|
|
echo.
|
|
cd game
|
|
pause
|
|
if exist game.bat call game
|
|
pause
|
|
cd ..\cgame
|
|
if exist cgame.bat call cgame
|
|
pause
|
|
cd ..\ui
|
|
if exist ui.bat call ui
|
|
pause
|
|
cd ..
|
|
echo Finished.
|