Do the destination folders exist? The Copy command will not create
folders, you have to use the MD command to create the folders, then the
copy command will be able to copy the file. Better yet would be to use
a command or tool that can create folders, like Xcopy or Robocopy.
Also, unless the command is launched in the source directory you need to
supply the fully qualified path of the source file, where is this
Test.xml file located? How would the Copy command (or Xcopy or
Robocopy) know that?
John