We moved from standard \\server\share\file to a DFS path.
Does kixscript copy command understand DFS paths?
I get error2 when I try to copy a file from the DFS path. There is spaces in the path but I'm using quotes.

copy "\\domain.com\path\folder\is\public\Telnet client.lnk" c:\user\user1\desktop\
If @ERROR <> 0
"Error @ERROR file copy "

in the full script I'm reading the registry to get the users desktop location. But for trouble shooting I'm hardcoding it right now.