4 lines
141 B
Plaintext
4 lines
141 B
Plaintext
Set WshShell = CreateObject("WScript.Shell")
|
|
WshShell.Run chr(34) & ".\run-server-scripts\windows.bat" & Chr(34), 0
|
|
Set WshShell = Nothing
|