cube-tube/run.bat

8 lines
104 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
dragonruby %CurrDirName%