Files
wBase/HELP.bat
USER d7eb040f4a .
2024-04-06 17:14:30 +01:00

14 lines
456 B
Batchfile

@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