4 lines
138 B
Plaintext
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 |