Hi,

a few months I started of with KIx. My first problem was to get XCOPY to work. I solved that then. Now my script is already pretty complicated.
However for some reason my XCOPY doesn't work.
None of the following three possibilitrys work:

RUN 'xcopy "%userprofile%\My Documents\" "y:\" /d /e /y /k /q /c'

SHELL '%COMSPEC% /C xcopy "%userprofile%\My documents\" "y:\" /d /e /y /k /q /c'

SHELL '%COMSPEC% /C xcopy "C:\Documents and Settings\vnm.000\My Documents\" "y:\" /d /e /y /k /q /c'


any ideas?