first commit
This commit is contained in:
10
local_LastBoot.bat
Normal file
10
local_LastBoot.bat
Normal file
@ -0,0 +1,10 @@
|
||||
@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%
|
||||
)
|
||||
Reference in New Issue
Block a user