Windows2003-3790/tools/ploc/run/scriptwrap1.bat
2020-09-30 16:53:55 +02:00

19 lines
303 B
Batchfile

setlocal
REM this wrapper script is used by startploc.bat and startmir.bat
REM to implement semaphores for the 2 whistler.bat processes
set semfile=%1
set runscript=%2
echo the runscript is %runscript%
SHIFT /2
call %runscript% %2 %3 %4 %5 %6 %7 %8 %9
del %semfile%
endlocal