And this is why there's a livejournal...
Sep. 20th, 2005 12:56 pmDoes anyone out there have a tape of (or a TiVoing of) either last night's "Arrested Development" or last night's "How I Met Your Mother", that they could lend us?
And: does anyone know how, in Windows, to merge one directory into another such that all and only those files that are newer in the source than the target are copied into the target?
And: does anyone know how, in Windows, to merge one directory into another such that all and only those files that are newer in the source than the target are copied into the target?
(no subject)
Date: 2005-09-20 06:11 pm (UTC)Programmatically, there may be a way but I don't know it.
(no subject)
Date: 2005-09-20 06:23 pm (UTC)And you want to do start-run- cmd
and at the C:\whatever> prompt you can do
xcopy location destination /d
which does eactly that. If you do
xcopy /?
it shows all the options for you to play with. But /d should do it.
(no subject)
Date: 2005-09-20 07:05 pm (UTC)(no subject)
Date: 2005-09-20 08:08 pm (UTC)