echo off echo Deploying project Sim_v5_SE_64Bit IF EXIST MCRInstaller.exe ( echo Running MCRInstaller MCRInstaller.exe ) ELSE IF EXIST MCRInstaller.cmd ( echo Running remote MCRInstaller MCRInstaller.cmd ) echo Installation complete. echo Please refer to the documentation for any additional setup steps.