Files

10 lines
165 B
Batchfile
Raw Permalink Normal View History

2026-07-06 18:01:36 +01:00
@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