4 lines
76 B
Batchfile
4 lines
76 B
Batchfile
|
@echo off
|
||
|
cd /D "%~dp0"
|
||
|
"C:\lua\lua5.1.exe" robolang-se-file.lua %1
|
||
|
pause
|