cube-tube/run.bat

9 lines
No EOL
112 B
Batchfile

@echo off
cd /d %~dp0
for %%I in (.) do set CurrDirName=%%~nxI
cd ..
@echo on
dragonruby %CurrDirName%
EXIT /B