Howdy!
> > C:\> copy d:\windows\* c:\windows\files - will copy everything in
> > d:\windows to c:\windows\files
[quoted text clipped - 3 lines]
> everything down the path of d:\windows\....... to come over with subfolders
> intact.
Try a different command ...
XCOPY D:\WINDOWS\*.* C:\OLD_WIN /R/I/C/H/K/E/Y/S/F
Or go to XXCOPY.COM and download XXCOPY , the Extended XCopy
program. It's what I use personally - damn good program.
RwP
Ozmodiar - 17 Jan 2006 15:14 GMT
>> > C:\> copy d:\windows\* c:\windows\files - will copy everything in
>> > d:\windows to c:\windows\files
[quoted text clipped - 8 lines]
>
> XCOPY D:\WINDOWS\*.* C:\OLD_WIN /R/I/C/H/K/E/Y/S/F
i did this and it's looking good so far (still running).
i saw some access errors scroll by, but it looks like i'm copying the
essential data that i could not get at with Windows Explorer.
big thanks!