Files
wLocal/local_LastBoot.bat
2023-01-17 23:15:21 +00:00

11 lines
223 B
Batchfile

@echo off
call C:\Scripts\wLocal\localENV.bat
@REM xxxxxxx
echo "%~n0: Start"
set PSFILE="%LOCAL%\PS\pLastBoot.ps1"
if exist %PSFILE% (
echo "Running %PSFILE%"
Powershell.exe -ExecutionPolicy Bypass -File %PSFILE%
)