|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (5 bit)
Join Date: Jan 2009
Location: Texas
Posts: 30
|
I am trying to copy Documents and Settings folders from on computer to another over a cross-over ethernet cable.
Here is the command I am using: xcopy C:\Documents and Settings\ //192.168.1.102\c$\Documents and Settings\ /t after I hit enter it says, "Invalid number of parameters." I don't know if the name is too long or what. I could rename but I don't want to because I'm not sure what will happen. Thank you for the help. |
|
|
|
|
|
#2 |
|
Forum Administrator
Staff
Premium Member
Join Date: May 2000
Location: Joplin MO
Posts: 37,782
|
On the target computer, share the Documents and Settings folder, then on the source computer, map it to a drive letter.
Open a command prompt and change directories till you are at this prompt: C:\Documents and Settings> Type: xcopy *.* x:\ /r/i/c/h/k/e/y (where x: is the mapped drive) |
|
|
|
|
|
#3 |
|
Member (5 bit)
Join Date: Jan 2009
Location: Texas
Posts: 30
|
ok I will try that right now.
|
|
|
|
|
|
#4 |
|
Member (5 bit)
Join Date: Jan 2009
Location: Texas
Posts: 30
|
Worked out great thanks again.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|