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