added batch file to run the game
This commit is contained in:
parent
9c0fe1b8dc
commit
f158020f1d
1 changed files with 8 additions and 0 deletions
8
run.bat
Normal file
8
run.bat
Normal file
|
@ -0,0 +1,8 @@
|
|||
@echo off
|
||||
cd /d %~dp0
|
||||
|
||||
for %%I in (.) do set CurrDirName=%%~nxI
|
||||
|
||||
cd ..
|
||||
@echo on
|
||||
dragonruby %CurrDirName%
|
Loading…
Reference in a new issue