See post http://81.17.37.55/board/ultimatebb.php?ubb=get_topic;f=1;t=004325

You will need to wrap yur command line into quotes and differ between single quotes and double quotes. In your example you would have to double the double quotes so that kixtart knows it's a quote in a text and not a delimiting quote for the command.

For example, this works synomynously:
code:
? '"'
? """"

but not
code:
? """

Therefore, you should use
code:
shell '%comspec% /c xcopy /s /e /h /y \\BUSSERVER\policy\TKF\*.* "C:\policy\Start Menu\Programs\"'

Please note, that I'm using single quotes to enclose the shell command.
_________________________
There are two types of vessels, submarines and targets.