4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
Set LogonScript = CreateObject("WScript.Shell")
|
|
LogonScript.Run "%SystemDrive%\tools\logon.cmd", 0, False
|
|
|