Hello j, Saturday, March 29, 2008, 12:33:09 PM, you wrote:
> Lack of spaces between switches is not a syntax error! > XCopy itself lists the > switches as having spaces. > "xcopy C:\ D:\ /r /i /c /h /k /e /y /s /o /n" > Should copy all of C: to D: including ownership & ACLs > with original short names. Ok, I'll give this a try my 'typical' line always went like: xcopy d:\*.* c:\olddrive\*.* /r /i /c /h /k /e /y Where D is the customers old drive from the old system which i want to archive for them and C: is the new drive and 'olddrive' is the dir I want to archive that old data in. I'll give your line a shot. Thanks. -- Regards, joeuser - Still looking for the 'any' key...
