This commit is contained in:
USER
2023-01-21 11:35:09 +00:00
parent a2dbfa1e78
commit 5c42c02314
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
@echo off
call C:\Scripts\wLocal\localENV.bat
@REM xxxxxxx
echo "%~n0: Start"
echo "START: %~n0"
set PRINTERPS="%LOCAL%\PS\pAddPrinters.ps1"
set BROTHERPS="%LOCAL%\PS\pAddNetBrother.ps1"
@ -72,3 +72,5 @@ if [%ZUPER%] == [1] (
%EXE% -ExecutionPolicy Bypass -File %ZEBRAPS%
)
)
echo "FINISHED: %~n0"