Files
wBase/HELP.bat
USER 3ff5a59b2f .
2024-04-06 17:22:41 +01:00

8 lines
271 B
Batchfile

@echo off
set check_computername=%COMPUTERNAME%
echo "Found computer %check_computername%"
if exist "F:\my\myHomes\DocumentsHighfieldApps\HELP" (
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" F:\my\myHomes\DocumentsHighfieldApps\HELP\index.html
)