Files
wLocal/local_Onboot.bat
USER 51cae83882 .
2024-03-11 22:04:53 +00:00

22 lines
522 B
Batchfile

@echo off
call C:\Scripts\wLocal\localENV.bat
@REM xxxxxxx
echo "%~n0: Start"
ping -n 7 -i 7 192.8.1.1
call %TMESSAGE% '"STARTED local %check_computername% "'
if "%check_computername%" EQU "SERVER" (
ping -n 7 -i 7 192.8.1.1
call %TMESSAGEH% '" %check_computername% has STARTED "'
)
if "%check_computername%" EQU "DESKTOP-RGUBU4K " (
ping -n 7 -i 7 192.8.1.1
call %TMESSAGEH% '" %check_computername% has STARTED "'
call C:\Scripts\wLocal\bin\l_Unlock.bat
)
del C:\Packages\Scripts\vOnBoot.bat