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