View Single Post
  #1  
Old 10-05-2010, 01:29 PM
fmiranda fmiranda is online now
Registered User
 
Join Date: 10-05-2010
Posts: 1
Copying files to a remote host

I'm trying to copy files using XCOPY command.

The statement is:
%DOSCMD% XCOPY "\\network\Folder" \\hostvm\c$\Install\server" /i /s

The folder in "\\network\Folder" contains 4 files each one about 70 MB.

The issue is that when I run this command from VisualBuild Pro, it never ends. The files are copied, but since the command doesn't end, I need to terminate it manually.


The same command works for small files, but I have an issue with this big ones.

Any ideas?
Reply With Quote