From 4d871e846394e661c9e9ad76e6131ecea9a659b2 Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 20 Jan 2023 11:48:02 +0000 Subject: [PATCH] . --- base_Logon.bat | 3 +-- base_Onboot.bat | 11 +---------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/base_Logon.bat b/base_Logon.bat index 927b4ba..81be10d 100644 --- a/base_Logon.bat +++ b/base_Logon.bat @@ -15,5 +15,4 @@ if exist %LOCAL_LOGON% ( call %LOCAL_LOGON% ) -echo "base_Logon: Finished" - +echo "%~n0: Finished" \ No newline at end of file diff --git a/base_Onboot.bat b/base_Onboot.bat index 7fdc8c1..88f4cc5 100644 --- a/base_Onboot.bat +++ b/base_Onboot.bat @@ -3,18 +3,9 @@ call C:\Scripts\wBase\baseENV.bat @REM xxxxxxx echo "%~n0: Start" -set LOCAL_ONBOOT=%LOCAL%\local_Onboot.bat - -echo "base_Onboot: Started" - -set SPEEDUP=C:\Scripts\NetworkScripts\SpeedUp.bat - -call %TMESSAGE% '"%check_computername% Onboot starting "' - - echo "Fixing time...." call %BASE%\baseFixTime.bat call %TMESSAGE% '"...STARTED base %check_computername% "' -echo "base_Onboot: Finished" \ No newline at end of file +echo "%~n0: Finished" \ No newline at end of file