MightyR1
(MM club member)
2003-01-10 11:29 AM
Different Quote handling in assigning vars from commandline

Ruud,

I've noticed a difference in the handling of quotes during the assignment of vars at the commandline.

It was discovered in this topic:
http://www.kixtart.org/board/ultimatebb.php?ubb=get_topic;f=1;t=006474;p=1#000017

Running 4.12...

**************************************************

Richard / Buddies,

Me too is struggling with quotes...

script to execute:
code:
$rc=MessageBox($runcmd,"-X-")
If $runcmd
;Shell $runcmd
EndIf

code:
KIX32

kix32.exe start_with_kix.kix $runcmd=""""c:\program files\citrix\ica client\pn.exe""" /APP """Citrix Server""""

displays:

"c:\program files\citrix\ica client\pn.exe" /APP "Citrix Server"

code:
WKIX32

wkix32.exe -i start_with_kix.kix $runcmd=""""c:\program files\citrix\ica client\pn.exe""" /APP """Citrix Server""""

displays:

c:\program

Can anyone explain???