SC Tom wrote:
> "Pegasus (MVP)" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>
>> "SC Tom" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>>
>>> "Pegasus (MVP)" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>>
>>>> "allanc" <(E-Mail Removed)> wrote in message
>>>> news:384a96ff-ebcd-4113-bc65-(E-Mail Removed)...
>>>>> I am migrating to a new computer and have copied large amounts of
>>>>> files from one computer to another across the network.
>>>>> I see now that the date created for these files has been changed
>>>>> to today's date.
>>>>> I have two questions:
>>>>> 1. Is there a free utility that can change the date created = date
>>>>> modified? I would need to be able to select multiple files. Folder
>>>>> dates are irrelevant.
>>>>> 2. Is there any option that I can select on either the new or old
>>>>> computer to specify that the date created is to be retained as
>>>>> part of the copy process?
>>>>>
>>>>> Thank you in advance.
>>>>
>>>> Answer to Question 2: robocopy.exe
>>>> (http://www.microsoft.com/downloads/d...displaylang=en)
>>>> will preserve date stamps.
>>>>
>>>> Answer to Question 1: You would have to run a script (e.g. a VB
>>>> Script) to align the two date stamps. Since robocopy preserves the
>>>> date stamps, you would not need this script.
>>>>
>>> Is robocopy similar to the old xcopy32? I sure miss that program. I
>>> think I'll give it a try on my old machine.
>>> Thanks,
>>> SC Tom
>>
>> Two "No"s. Robocopy is radically different from xcopy, and
>> xcopy32.exe was a Win98 module invoked by xcopy.exe.
>>
> I found xcopy32 to be invaluable when moving my system to a larger
> HDD. Boot from floppy and let 'er rip. It would copy open files where
> xcopy wouldn't. Worked in ME, too.
> Not trying to hijack this thread; just wanted to ask a question.
> Sorry. SC Tom
Umm, xcopy32 can not copy XP files that are "in use". There was a way
to do it in win9x but it won't work on the system drive for XP on NTFS.
Also, DOS can not see NTFS drives; that's where the diffs between 9x and
XP comes in. In order to copy system files that are in use you need
something that will call VSS services, which xcopy32 does not do.
It's easy enough to test; try it on a couple of system files that are
"in use" and help open at all times. I can't find my copy of it right
now but I'm 99% certain of what I've described.
BTW XXCopy can't do it with XP either.
You could, however boot to one of the CD versions of Linux, say Knoppix,
and copy everything that way. Unlike DOS, Linux is right at home with
NTFS drives.
Regards,
Twayne