init develop

This commit is contained in:
2025-11-07 20:42:51 +03:00
commit dcf5cb4d93
421 changed files with 43123 additions and 0 deletions

6
Doc/Documentation.vbs Normal file
View File

@@ -0,0 +1,6 @@
' 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