@echo off REM Change directory to TestWebApp bin folder cd "C:\Program Files\Xhilon\XConns" REM Run xMYCep.exe start "" xMYCep.exe --minOutput --gatewaydomain 127.0.0.1 --gatewayport 7072 --connsdomain 127.0.0.1 --connsport 5004 REM Change directory to MYCService bin folder cd "C:\Program Files\Xhilon\XService" REM Start Azure Functions for MYCService start "" "C:\Program Files\dotnet\dotnet.exe" "C:\program files\Microsoft\Azure functions core tools\func.dll" host start --port 7072 --useHttps --cert "c:\XServices.pfx" --password "100HYGannNiish_*32R" echo Waiting for 20 seconds... timeout /t 20 /nobreak >nul REM Change directory to MYCClient cd "C:\Program Files\Xhilon\XClient" start "" "C:\Program Files\Xhilon\XClient\MYCClient.exe" REM The script will continue executing the next command after starting each process