PC Review


Reply
Thread Tools Rate Thread

Changing Date Created to be the same as Data Modified

 
 
allanc
Guest
Posts: n/a
 
      16th Feb 2009
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.
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      16th Feb 2009

"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.


 
Reply With Quote
 
SC Tom
Guest
Posts: n/a
 
      16th Feb 2009

"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


 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      16th Feb 2009

"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.


 
Reply With Quote
 
SC Tom
Guest
Posts: n/a
 
      16th Feb 2009

"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


 
Reply With Quote
 
allanc
Guest
Posts: n/a
 
      16th Feb 2009
On Feb 16, 1:09*pm, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote:
> "allanc" <allan.for.g.gro...@gmail.com> 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...D=9D467A69-57F....)
> 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.


The problem is that I already have 1,000's of files with incorrect
'date created' that I have filed into different directories that they
were on the old computer.
 
Reply With Quote
 
Twayne
Guest
Posts: n/a
 
      16th Feb 2009

"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.


ZIP the files to transfer them, UNZIP and they'll all have the dates you
want.
If you're into learning something new, but it has a learning curve,
give XXCopy.exe a try from xxcopy.com.

Cheers,

Twayne


 
Reply With Quote
 
Twayne
Guest
Posts: n/a
 
      16th Feb 2009
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


 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      16th Feb 2009

"allanc" <(E-Mail Removed)> wrote in message
news:8c400d74-eeef-4c7e-8bd7-(E-Mail Removed)...
On Feb 16, 1:09 pm, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote:
> "allanc" <allan.for.g.gro...@gmail.com> 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...D=9D467A69-57F...)
> 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.


The problem is that I already have 1,000's of files with incorrect
'date created' that I have filed into different directories that they
were on the old computer.

==============

Post again if Twayne's zip solution does not meet your requirements.


 
Reply With Quote
 
SC Tom
Guest
Posts: n/a
 
      16th Feb 2009

"Twayne" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
>
>

I never said that xcopy32 would work with XP, only that I employed it often
on 98 and ME systems, and had great success with it.
Never did like xcopy, though.

Thanks,
SC Tom


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing the "date created"or modified property in Word? =?Utf-8?B?SmlsbA==?= Microsoft Word Document Management 2 6th Sep 2007 07:36 PM
Definitions of created, modified and date created in file properti =?Utf-8?B?Wm9kZHk=?= Windows XP General 0 22nd May 2006 08:31 PM
Changing date of file created/modified in Windows Explorer Jean-Daniel Microsoft Windows 2000 Applications 0 9th Dec 2003 10:13 AM
Changing date of file created/modified Jean-Daniel Microsoft Windows 2000 File System 0 9th Dec 2003 10:08 AM
Date Created, Date Modified Changed to Date CD was burned Mark Windows XP General 0 25th Sep 2003 10:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:22 PM.