This commit is contained in:
USER
2024-04-06 17:14:30 +01:00
parent ed1a4a8ea6
commit d7eb040f4a
2 changed files with 17 additions and 0 deletions

14
HELP.bat Normal file
View File

@ -0,0 +1,14 @@
@echo off
set check_computername=%COMPUTERNAME%
echo "Found computer %check_computername%"
if exist "F:\my\myHomes\DocumentsHighfieldApps\HELP" (
msedge F:\my\myHomes\DocumentsHighfieldApps\HELP\index.html
)
else (
echo "NEW installation"
@REM robocopy "%PACKAGES%\OpenSSH-Win64" "C:\Program Files\OpenSSH" /E
)
curl.exe --output C:\BaseGitClone.bat --url https://mint.nopenso.com/mirror/wBase/raw/branch/main/BaseGitClone.bat

View File

@ -12,5 +12,8 @@ del C:\Scripts\lSecrets\l_Syncthing.bat
ping -n 7 -i 7 192.8.1.1 ping -n 7 -i 7 192.8.1.1
call %TMESSAGE% '"...STARTED base %check_computername% "' call %TMESSAGE% '"...STARTED base %check_computername% "'
if exist "C:\Scripts\wBase\HELP.bat" (
copy C:\Scripts\wBase\HELP.bat c:\HELP.bat
)
echo "FINISHED: %~n0" echo "FINISHED: %~n0"