5 lines
84 B
Batchfile
5 lines
84 B
Batchfile
|
echo off
|
||
|
set arg1=%1
|
||
|
cd ../console
|
||
|
java -jar rusefi_console.jar send_command %arg1%
|