Files
wBase/bin/SpeedUpPS.bat
USER 3fcda6d318 .
2025-08-29 16:42:02 +01:00

11 lines
262 B
Batchfile

@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"