|
@@ -7,7 +7,7 @@ Run bin_path
|
|
Sub Run(ByVal sFile)
|
|
Sub Run(ByVal sFile)
|
|
Dim shell
|
|
Dim shell
|
|
Set shell = CreateObject("WScript.Shell")
|
|
Set shell = CreateObject("WScript.Shell")
|
|
- shell.Run Chr(34) & sFile & Chr(34), 1, false
|
|
|
|
|
|
+ shell.Run sFile, 1, false
|
|
Set shell = nothing
|
|
Set shell = nothing
|
|
End Sub
|
|
End Sub
|
|
|
|
|