Files
UKSI_TEST/AllLibs/MyLibs/Doc/Documentation.vbs
2025-12-16 17:57:59 +03:00

7 lines
269 B
Plaintext

' open_index.vbs
Set fso = CreateObject("Scripting.FileSystemObject")
scriptPath = WScript.ScriptFullName
scriptFolder = fso.GetParentFolderName(scriptPath)
htmlPath = scriptFolder & "\html\index.html"
CreateObject("WScript.Shell").Run """" & htmlPath & """", 1, False