@ECHO off SETLOCAL CALL :find_dp0 "%dp0%\..\jsbarcode\bin\barcodes\MSI\MSI10.js" %* ENDLOCAL EXIT /b %errorlevel% :find_dp0 SET dp0=%~dp0 EXIT /b