hcatitles/startup.vbs
Fredrick W. Warren 5a51f49bef startup scripts
2026-01-02 08:21:44 -08:00

3 lines
142 B
Plaintext

Set objShell = CreateObject("WScript.Shell")
objShell.Run Chr(34) & "C:\Development\hcatitles\startup.bat" & Chr(34), 0
Set objShell = Nothing