Hi,I'm trying to copy files in TS using copy command and if the destination does not exist, the files do not get copied. I tried to use xcopy instead, but i have to press 'F' manually to indicate xcopy that I would like to get create the destination.How can I copy files even if the destination does not exist?Thanks in advance