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

9 lines
152 B
Batchfile

@echo off
call checkvid
if exist %1.pr goto custom
tsc /m unnamed.pr /smain=%1 /%jpivid%
goto end
:custom
tsc /m %1.pr /smain=%1 /%jpivid%
:end