"J David Ellis" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Pegasus (MVP) wrote:
>> <(E-Mail Removed)> wrote in message
>> news:407ce963-42f2-4552-9b7c-(E-Mail Removed)...
>>> On 20 Dec, 16:30, J David Ellis <nos...@home.org> wrote:
>>>> on winxp sp2 how can i copy or move a folder from one hard
>>>> drive to another and retain the original date modified?
>>>> --david
>>> I'm 99% certain that Robocopy (Windows resource kit) has an option to
>>> keep date/time stamps unchanged.
>>
>> Make that 100%.
> After installing the Microsoft Robocopy GUI and searching 'Microsoft
> Robocopy GUI Users Guide.doc', I'm unable to find an option to copy folder
> date modified (and date created) in either the documentation or in the
> GUI 'copy options' tab. Any suggestions on how to find this capability in
> Robocopy?
> --David
I use the command line version of robocopy. A quick look at
its help file tells me this:
/COPY:copyflag[s] :: what to COPY (default is /COPY

AT).
(copyflags : D=Data, A=Attributes, T=Timestamps).
(S=Security=NTFS ACLs, O=Owner info, U=aUditing
info).