1-calibrationimport.bat 97 Bytes
@echo off
echo Convert importing calibration %1
echo.
"%~dp0\calibrationimport" -i %1
echo.
pause