added batch file to run the game

This commit is contained in:
Gordon Pedersen 2023-05-08 15:16:58 +10:00
parent 9c0fe1b8dc
commit f158020f1d

8
run.bat Normal file
View file

@ -0,0 +1,8 @@
@echo off
cd /d %~dp0
for %%I in (.) do set CurrDirName=%%~nxI
cd ..
@echo on
dragonruby %CurrDirName%