Initial commit

This commit is contained in:
Robert Chery
2026-07-08 19:16:44 -04:00
commit 4b45c031e0
24 changed files with 6680 additions and 0 deletions

4
Run-Hidden.vbs Normal file
View File

@@ -0,0 +1,4 @@
Set fso = CreateObject("Scripting.FileSystemObject")
Set WshShell = CreateObject("WScript.Shell")
WshShell.CurrentDirectory = fso.GetParentFolderName(WScript.ScriptFullName)
WshShell.Run "cmd /c node server.js", 0, False