I am trying to install the MQv7 fix pack and I am getting an error that says Expected end of statement on line 7 Char 99. Can someone help me to fix this? Below is my code

On Error Resume Next

Set sho = Wscript.CreateObject("Wscript.Shell")

'strCurrentDir = Left(Wscript.ScriptFullName, (InstrRev(Wscript.ScriptFullName, "\") -1))

strcmd = "\\ServerName\Applications\MQSeriesv7.0\Fix\Fix7019\WebSphereMQMDV7.0.1.9EnUs.exe" -s -a MQPLOG="C:\Temp\UPDATEINSTALL.log" MQPBACKUPPATH="C:\Program Files (x86)\IBM\WebSphere MQ\Maint_1.9" MQPSILENT="1"

Hope you can help, thank you.