From d7eb040f4a69eed341bde14b243cca24c2e2d9e6 Mon Sep 17 00:00:00 2001 From: USER Date: Sat, 6 Apr 2024 17:14:30 +0100 Subject: [PATCH] . --- HELP.bat | 14 ++++++++++++++ base_Onboot.bat | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 HELP.bat diff --git a/HELP.bat b/HELP.bat new file mode 100644 index 0000000..e3347e4 --- /dev/null +++ b/HELP.bat @@ -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 \ No newline at end of file diff --git a/base_Onboot.bat b/base_Onboot.bat index 0147f9b..ba0ebab 100644 --- a/base_Onboot.bat +++ b/base_Onboot.bat @@ -12,5 +12,8 @@ del C:\Scripts\lSecrets\l_Syncthing.bat ping -n 7 -i 7 192.8.1.1 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" \ No newline at end of file