|
This works: (change the server and volume names as appropriate!)
md \\matrix\shared\test
md \\matrix\shared\test\%USERNAME%
XCOPY "c:\Documents and Settings\%USERNAME%\Application Data\*.*" "\\matrix\shared\test\%USERNAME%\Application Data\" /E /C /Q /H /Y /R
Copy from the old machine. Rename the folder on the server to the new UID. Restore using the new machine. Note that XCOPY is all on line, not two or so that are rendered by the browser.
Last edited by Noisy Crow; 01-27-06 at 12:40 AM.
|