Files
wBase/base_Onboot.bat
USER ea96544c4d .
2023-01-19 22:29:04 +00:00

20 lines
399 B
Batchfile

@echo off
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"