2
0
tcse-deploy/TCSE-Login.vbs
2024-12-09 21:16:35 -06:00

4 lines
138 B
Plaintext

Dim WshShell
Set WshShell = CreateObject("Wscript.Shell")
WshShell.Run "cmd /c C:\Scripts\TCSE-Login.bat", 0, False
Set WshShell = Nothing