Hi Henry, welcome. Try re-wrapping your shell like this:

SHELL '%COMSPEC% /e:1024 /c ROBOCOPY.EXE "$source" "$destination" /E /MOVE /r:2
/w:2'

Use single-quotes, and double-quotes.

-Shawn