10 lines
165 B
Batchfile
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
|