Mcwm skrev:
> Ivar skrev:
>> Jeg vil gerne flytte en "spandfuld" mapper fra et drev til
>> et andet uden at mappernes dato ændres. Hvilket tool kan det?
>> Robocopy kan ikke. Det er fra en XP maskine til en NAS.
>>
>>
>> Ivar Magnusson
>>
>>
> Xxcopy kan løse det for dig.
>
>
http://www.xxcopy.com/index.htm
>
>
> ----- The following switches modify filetime semantics -----
> /FW Uses the Last-Write timestamp for the Filetime comparison default).
> /FA Uses the Last-Access timestamp for the Filetime comparison.
> /FC Uses the Creation timestamp for the Filetime comparison.
> Note: /FW, /FA and /FC are mutually exclusive choices.
>
Rigtigt program, men forkerte switches.
Disse er de relevante:
----- The following switches control timestamps -----
/TTA Touches (modifies) timestamp of Last Access of src.
/TTA0 Preserves timestamp of Last Access of src (default).
/TCA Copies the timestamp of Last Access fm src to dst.
/TCA0 Uses current time for dst Last Access (default).
/TCC Copies the timestamp of Create Time fm src to dst.
/TCC0 Uses current time for dst Create time (default).
/TCW Copies the Last Write time fm src to dst (default).
/TCW0 Uses current time for dst Last Write time.
/TC Shortcut for /TCA/TCC/TCW (copies all three types of
timestamps)
/TC0 Shortcut for /TCA0/TCC0/TCW0.
--
Jeg foretrækker min the tilberedt efter BS6008