I am trying to shell out and run the following command.

 Code:
c:\windows\microsoft.net\framework\v2.0.50727\caspol -machine -addgroup LocalIntranet_Zone -strong -hex 002BFA80333BF HostedWinFormsControls -noversion ALPHAWeb -description "Permissions for WinForms Controls hosted in the Aplha Web Application" -name Intranet_PDSHostedWinFormsControls  


My kixtart
 Code:
Shell "CMD /C %SYSTEMROOT%\microsoft.net\framework\v2.0.50727\caspol -machine -addgroup LocalIntranet_Zone -strong -hex 002BFA80333BF  HostedWinFormsControls -noversion ALPHAWeb -description "Permissions for WinForms Controls hosted in the Alpha Web Application" -name Intranet_PDSHostedWinFormsControls"


I'm running into problems with the description parameter which has quotes around it. I've tried single quotes, double quotes, and no quotes. What is the proper quoting or escape?

Thanks in advance!


Edited by iso (2007-10-23 04:14 PM)