Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Copying files with Creation Dates preserved?

Reply
Thread Tools Display Modes

Copying files with Creation Dates preserved?

 
 
Mike B
Guest
Posts: n/a

 
      12-11-2007
Is there any way to copy files from an external drive onto a local drive,
making sure that the files' Creation Dates are preserved during the copy, and
not simply set to the date/time of copying?

Thanks,

Mike
 
Reply With Quote
 
 
 
 
Arfur Million
Guest
Posts: n/a

 
      12-11-2007
"Mike B" <> wrote in message
news:07961C3A-3788-436E-A944-...
> Is there any way to copy files from an external drive onto a local drive,
> making sure that the files' Creation Dates are preserved during the copy,
> and
> not simply set to the date/time of copying?
>


If you don't mind doing stuff from the command line, there is a splendidly
named command "robocopy" (which supersedes xcopy) which does this for files
by default, and will do it for directories too if you supple a parameter,
eg:

robocopy /dcopy:t <dir1_name> <dir2_name>

Do a robocopy /? for syntax. May take some getting used to, by the look of
it.

Regards,
Arfur


 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      12-12-2007
"Arfur Million" <> wrote in message
news:t8G7j.3549$...
>
> If you don't mind doing stuff from the command line, there is a splendidly
> named command "robocopy" (which supersedes xcopy) which does this for
> files by default, and will do it for directories too if you supple a
> parameter, eg:
>
> robocopy /dcopy:t <dir1_name> <dir2_name>
>
> Do a robocopy /? for syntax. May take some getting used to, by the look of
> it.



There is also a GUI for Robocopy available, if that is preferred.

http://www.microsoft.com/technet/tec...litySpotlight/

ss.


 
Reply With Quote
 
Mike B
Guest
Posts: n/a

 
      12-12-2007
Many thanks, guys. Robocopy is great. Only wish I'd discovered it earlier.
Copies files without destroying the time stamp date data. And the GUI makes
it so much easier for my point and click preferences! Good too that robocopy
comes as standard in Vista.

So, thanks again.

Mike


"Synapse Syndrome" wrote:

> "Arfur Million" <> wrote in message
> news:t8G7j.3549$...
> >
> > If you don't mind doing stuff from the command line, there is a splendidly
> > named command "robocopy" (which supersedes xcopy) which does this for
> > files by default, and will do it for directories too if you supple a
> > parameter, eg:
> >
> > robocopy /dcopy:t <dir1_name> <dir2_name>
> >
> > Do a robocopy /? for syntax. May take some getting used to, by the look of
> > it.

>
>
> There is also a GUI for Robocopy available, if that is preferred.
>
> http://www.microsoft.com/technet/tec...litySpotlight/
>
> ss.
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Help copying files Nicholas Hall Windows Vista General Discussion 5 03-12-2008 06:06 PM
All files and folders appearing under their date of creation Carnosaure Windows Vista Performance 14 12-11-2007 05:40 PM
Copying files to Program Files directory Parrot Windows Vista File Management 13 08-23-2007 06:14 AM
[Q] DVD creation from ripped files possible w/ Vista built in? John IV Windows Vista General Discussion 0 09-17-2006 06:44 AM
Searching for Files Modified between two dates Kerry Lange Windows Vista File Management 1 06-28-2006 04:47 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59