Networking Forums

Networking Forums > Wireless Networking > Wireless Networks > copy files

Reply
 
 
Max
Guest
Posts: n/a

 
      01-17-2006, 12:06 PM
i have two wireless desktop computers and i want to copy 800mb of files from
one computer to the other

however i get an error message saying that some of the files which are in
sub directorys are too deep to copy and the copy procedure aborts which is a
pain in the arse.

how do i sort it out
 
Reply With Quote
 
 
 
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      01-17-2006, 03:30 PM


In news:024F7210-6B0E-4A03-9606-(E-Mail Removed),
Max <(E-Mail Removed)> typed:
> i have two wireless desktop computers and i want to copy 800mb of
> files from one computer to the other
>
> however i get an error message saying that some of the files which
> are in sub directorys are too deep to copy and the copy procedure
> aborts which is a pain in the arse.
>
> how do i sort it out


Try using robocopy from the resource kit - you can download it from MS. You
might copy the file to your \system32 subfolder in your windows/winnt
directory on the source computer.

E.g.:

robocopy <source>\ <destination>\ /e /r:1 /w:1

(means, copy source to destination, including subfolders, retry once, wait 1
second between retries

robocopy c:\folder\ \\otherPC\sharefolder\ (etc)

robocopy /??? will give you all the parameters.

Note that if there are spaces anywhere you need to enclose the paths in
double quotes and put the \ after the last double quote...
robocopy "c:\my folder\my subfolder"\ "\\othercomputer\folder name"\ (etc)

You can re-run this over 'n over again; after the first copy is complete,
re-running it will copy over only newer/changed items. It's very handy.


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto-copy files to server Mervin Williams Windows Networking 2 12-19-2006 09:46 PM
Copy files using filenames from text files with shell script or bash script altariamx2003@gmail.com Linux Networking 4 11-23-2006 08:27 AM
Can no longer copy files from one pc to another Pam Windows Networking 1 03-17-2005 04:13 AM
Copy files from old computer to new? So'n'so Windows Networking 7 12-11-2003 12:52 AM
Copy files with names accented Ari Windows Networking 1 08-22-2003 04:14 PM



1 2 3 4 5 6 7 8 9 10 11