Hi again 
How do I fully protect a variable that will obviously throw a script error? For example:
Trying to set that install string as a variable throws a script error. I'm not sure how to tell vbscript it's all one single variable.
Errol
How do I fully protect a variable that will obviously throw a script error? For example:
Code:
msicall="msiexec /I"\\dfiint-flsvr\data\SAVTools\INSTALL\Symantec Antivirus.msi" INSTALLDIR="C:\Program Files\Symantec AntiVirus" ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin,Pop3Smtp,QClient NETWORKTYPE=1 INSTALLSERVER=0 SERVERNAME=DFIINT-APPSVR /l*v C:\savinst.log REBOOT=Suppress /qn"
Trying to set that install string as a variable throws a script error. I'm not sure how to tell vbscript it's all one single variable.
Errol