@echo off call C:\Scripts\wBase\baseENV.bat call C:\Scripts\wLocal\localENV.bat @REM xxxxxxx echo "START: %~n0" echo "Speed up Powershell processing" set PSFILE="%WBASE%\bin\SpeedUp.ps1" %POWERSHELL% -ExecutionPolicy Bypass -File %PSFILE% echo "FINISHED: %~n0"