' gmslpd64_mw.vbs Dim strCmd Set WshShell = WScript.CreateObject("WScript.Shell") strCmd = "gmslpd64.exe -ini=GMSLPD_MW.INI -bmp=GMSLPW.BMP" 'WScript.echo strCmd WshShell.run strCmd, , TRUE Wscript.quit