@echo off
setlocal
set "SCRIPT_DIR=%~dp0"
call "%SCRIPT_DIR%scripts\iti.cmd" %*
exit /b %ERRORLEVEL%