14 lines
293 B
Batchfile
14 lines
293 B
Batchfile
@echo off
|
|
call C:\Scripts\wBase\baseENV.bat
|
|
call C:\Scripts\wLocal\localENV.bat
|
|
@REM xxxxxxx
|
|
echo "START: %~n0"
|
|
|
|
@REM set powershell variables
|
|
|
|
set PSFILE="%BASE%\bin\SpeedUp.ps1"
|
|
|
|
echo "Speed up Powershell processing"
|
|
%POWERSHELL% -ExecutionPolicy Bypass -File %PSFILE%
|
|
|
|
echo "FINISHED: %~n0" |