This commit is contained in:
USER
2023-01-20 11:48:02 +00:00
parent 33af95c01b
commit 4d871e8463
2 changed files with 2 additions and 12 deletions

View File

@ -15,5 +15,4 @@ if exist %LOCAL_LOGON% (
call %LOCAL_LOGON% call %LOCAL_LOGON%
) )
echo "base_Logon: Finished" echo "%~n0: Finished"

View File

@ -3,18 +3,9 @@ call C:\Scripts\wBase\baseENV.bat
@REM xxxxxxx @REM xxxxxxx
echo "%~n0: Start" 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...." echo "Fixing time...."
call %BASE%\baseFixTime.bat call %BASE%\baseFixTime.bat
call %TMESSAGE% '"...STARTED base %check_computername% "' call %TMESSAGE% '"...STARTED base %check_computername% "'
echo "base_Onboot: Finished" echo "%~n0: Finished"