cube-tube/run.bat

9 lines
112 B
Batchfile
Raw Normal View History

2023-05-08 05:16:58 +00:00
@echo off
cd /d %~dp0
for %%I in (.) do set CurrDirName=%%~nxI
cd ..
@echo on
2023-05-08 05:28:12 +00:00
dragonruby %CurrDirName%
EXIT /B