8 lines
271 B
Batchfile
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
|
|
)
|