blob: 0881d71afbe373b8bb0f36a0f43942ea9e2ce682 [file] [log] [blame]
@echo off
set wdir=%0\..
if EXIST %wdir%\motodevstudioc.exe (
SET exe=motodevstudioc
) ELSE (
SET exe=eclipsec
)
%wdir%\%exe% -nosplash --launcher.suppressErrors -nl en -application com.motorolamobility.preflighting.MOTODEVApplicationValidator %* -vmargs -Xms128m -Xmx512m -Declipse.exitdata=""
set err=%ERRORLEVEL%
echo.
EXIT /B %err%