From d391470353b87adbec8e4617457db7f421bff981 Mon Sep 17 00:00:00 2001 From: USER Date: Sat, 21 Jan 2023 11:39:53 +0000 Subject: [PATCH] . --- base_Logon.bat | 4 ++-- base_Onboot.bat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/base_Logon.bat b/base_Logon.bat index 431f3d7..f67531a 100644 --- a/base_Logon.bat +++ b/base_Logon.bat @@ -1,7 +1,7 @@ @echo off call C:\Scripts\wBase\baseENV.bat @REM xxxxxxx -echo "%~n0: Start" +echo "START: %~n0" set LOCAL_LOGON=%LOCAL%\local_Logon.bat @@ -20,4 +20,4 @@ if exist %LOCAL_LOGON% ( call %LOCAL_LOGON% ) -echo "%~n0: Finished" \ No newline at end of file +echo "FINISHED: %~n0" \ No newline at end of file diff --git a/base_Onboot.bat b/base_Onboot.bat index 88f4cc5..5b6a192 100644 --- a/base_Onboot.bat +++ b/base_Onboot.bat @@ -1,11 +1,11 @@ @echo off call C:\Scripts\wBase\baseENV.bat @REM xxxxxxx -echo "%~n0: Start" +echo "START: %~n0" echo "Fixing time...." call %BASE%\baseFixTime.bat call %TMESSAGE% '"...STARTED base %check_computername% "' -echo "%~n0: Finished" \ No newline at end of file +echo "FINISHED: %~n0" \ No newline at end of file