Files
gtav-src/tools_ng/bin/ironruby/Samples/Tutorial/tutorial.bat
T
2025-09-29 00:52:08 +02:00

8 lines
79 B
Batchfile
Executable File

@echo off
pushd %~dp0
rake run
set E=%ERRORLEVEL%
popd
exit /B %E%
:END