Files
sibo-playground/code/SIBOSDK/oopdemo/make.bat
2026-07-06 18:01:36 +01:00

10 lines
165 B
Batchfile

@echo off
call checkvid
if not exist %1.pr goto error
tscx /m %1 /%jpivid%
tscx /m %1 /%jpivid%
goto end
:error
echo Project file %1.pr does not exist
:end