initial source commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Option Explicit
|
||||
|
||||
Dim objShell, BootstrapperLocation
|
||||
|
||||
Set objShell = CreateObject("WScript.Shell")
|
||||
|
||||
BootstrapperLocation = Mid(WScript.ScriptFullName, 1, InStrRev(WScript.ScriptFullName, "\")) & "\Disco.ClientBootstrapper.exe"
|
||||
|
||||
Call objShell.Run("""" & BootstrapperLocation & """ /Install", , True)
|
||||
|
||||
WScript.Echo "Disco Client Bootstrapper Installed"
|
||||
Reference in New Issue
Block a user