From 5c42c023147def4b8bfb987c2e3e40f7d3ccebe6 Mon Sep 17 00:00:00 2001 From: USER Date: Sat, 21 Jan 2023 11:35:09 +0000 Subject: [PATCH] . --- l_AddPrinters.bat | 4 +++- local_Logon.bat | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/l_AddPrinters.bat b/l_AddPrinters.bat index a143628..21dde51 100644 --- a/l_AddPrinters.bat +++ b/l_AddPrinters.bat @@ -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" \ No newline at end of file diff --git a/local_Logon.bat b/local_Logon.bat index 5b0dfca..bd0573b 100644 --- a/local_Logon.bat +++ b/local_Logon.bat @@ -1,7 +1,7 @@ @echo off call C:\Scripts\wLocal\localENV.bat @REM xxxxxxx -echo "%~n0: Start" +echo "START: %~n0" FOR %%x IN (%LOCAL%\l_*.bat) DO ( echo "%%x" @@ -13,4 +13,4 @@ FOR %%x IN (C:\Scripts\lSecrets\l_*.bat) DO ( call "%%x" ) -echo "%~n0: Finished" \ No newline at end of file +echo "FINISHED: %~n0" \ No newline at end of file