PC Review


Reply
Thread Tools Rate Thread

Copy only new files in Windows explorer

 
 
M. Janmaat
Guest
Posts: n/a
 
      22nd Apr 2009
Hi,

Does anyone know if ther's a way to copy only new or newer files from folder
A to folder B with Windows explorer?
Not overwriting existing equal files in folder B.

I could use dos xcopy, but can it also be done with plain Windows explorer?

Kind regards,

M


 
Reply With Quote
 
 
 
 
Gurpreet Singh
Guest
Posts: n/a
 
      22nd Apr 2009
Sort the files in explorer on creation date. Copy the newer files and save in
the target folder.
--
Regards
Gurpreet Singh


"M. Janmaat" wrote:

> Hi,
>
> Does anyone know if ther's a way to copy only new or newer files from folder
> A to folder B with Windows explorer?
> Not overwriting existing equal files in folder B.
>
> I could use dos xcopy, but can it also be done with plain Windows explorer?
>
> Kind regards,
>
> M
>
>
>

 
Reply With Quote
 
RobertVA
Guest
Posts: n/a
 
      22nd Apr 2009
M. Janmaat wrote:
> Hi,
>
> Does anyone know if ther's a way to copy only new or newer files from folder
> A to folder B with Windows explorer?
> Not overwriting existing equal files in folder B.
>
> I could use dos xcopy, but can it also be done with plain Windows explorer?
>
> Kind regards,
>
> M


Have you tried:

Use the "Explore" view in Windows Explorer (the view with the folder
tree in the left pane) instead of the "Open" view. You can accomplish
that from the "My Computer" icon (right click to obtain the context
menu) or hold the Windows icon key while typing an "e".

Select the detail view.

Click on the Date Modified column to sort on that field.

Click on oldest file that fits your criteria.

Hold one of the Shift keys while you click the newest file in the
folder. That action should select all the files that fit your date/time
criteria.

Right drag any of the highlighted files to the destination folder. IF
the destination folder is on a different partition/drive you can avoid
the copy or move context menu by using a regular left mouse button drag
instead of a right button drag.
 
Reply With Quote
 
Don Phillipson
Guest
Posts: n/a
 
      22nd Apr 2009
"M. Janmaat" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...

> Does anyone know if ther's a way to copy only new or newer files from

folder
> A to folder B with Windows explorer?
> Not overwriting existing equal files in folder B.
>
> I could use dos xcopy, but can it also be done with plain Windows

explorer?

A more powerful utility (many more options) is that
available free from www.xxcopy.com

--
Don Phillipson
Carlsbad Springs
(Ottawa, Canada)


 
Reply With Quote
 
M. Janmaat
Guest
Posts: n/a
 
      22nd Apr 2009
Thanks for the detailed response, but I was hoping more for a simple way.

I just simply want to copy a lot of content (Gb's) and subfolders from one
folder to another. Without having to look for what I'm copieing.

Just like when I normally copy files and subfolders from one folder to
another. But only the newer stuff.

I was hoping there would be a ctrl- or shift combination or something in
explorer that would make this happen. But it seems there isn't.

Anyway, thanks for the response...

Kind regards,

M


"RobertVA" <(E-Mail Removed)> schreef in bericht
news:ecJKm%(E-Mail Removed)...
> M. Janmaat wrote:
>> Hi,
>>
>> Does anyone know if ther's a way to copy only new or newer files from
>> folder A to folder B with Windows explorer?
>> Not overwriting existing equal files in folder B.
>>
>> I could use dos xcopy, but can it also be done with plain Windows
>> explorer?
>>
>> Kind regards,
>>
>> M

>
> Have you tried:
>
> Use the "Explore" view in Windows Explorer (the view with the folder tree
> in the left pane) instead of the "Open" view. You can accomplish that from
> the "My Computer" icon (right click to obtain the context menu) or hold
> the Windows icon key while typing an "e".
>
> Select the detail view.
>
> Click on the Date Modified column to sort on that field.
>
> Click on oldest file that fits your criteria.
>
> Hold one of the Shift keys while you click the newest file in the folder.
> That action should select all the files that fit your date/time criteria.
>
> Right drag any of the highlighted files to the destination folder. IF the
> destination folder is on a different partition/drive you can avoid the
> copy or move context menu by using a regular left mouse button drag
> instead of a right button drag.



 
Reply With Quote
 
M. Janmaat
Guest
Posts: n/a
 
      22nd Apr 2009
Not exactly what I'm looking for. I was hoping for a keycombination or
something to make it happen...

Thanks for the sugestion anyway...

"Gurpreet Singh" <(E-Mail Removed)> schreef in
bericht news:1FAAEE7E-AFC8-4F42-94E1-(E-Mail Removed)...
> Sort the files in explorer on creation date. Copy the newer files and save
> in
> the target folder.
> --
> Regards
> Gurpreet Singh
>
>
> "M. Janmaat" wrote:
>
>> Hi,
>>
>> Does anyone know if ther's a way to copy only new or newer files from
>> folder
>> A to folder B with Windows explorer?
>> Not overwriting existing equal files in folder B.
>>
>> I could use dos xcopy, but can it also be done with plain Windows
>> explorer?
>>
>> Kind regards,
>>
>> M
>>
>>
>>



 
Reply With Quote
 
M. Janmaat
Guest
Posts: n/a
 
      22nd Apr 2009

I was hoping there would be a keycombination or something to make it
happen...

"Don Phillipson" <(E-Mail Removed)> schreef in bericht
news:%(E-Mail Removed)...
> "M. Janmaat" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>> Does anyone know if ther's a way to copy only new or newer files from

> folder
>> A to folder B with Windows explorer?
>> Not overwriting existing equal files in folder B.
>>
>> I could use dos xcopy, but can it also be done with plain Windows

> explorer?
>
> A more powerful utility (many more options) is that
> available free from www.xxcopy.com
>
> --
> Don Phillipson
> Carlsbad Springs
> (Ottawa, Canada)
>
>



 
Reply With Quote
 
Pegasus [MVP]
Guest
Posts: n/a
 
      22nd Apr 2009

"M. Janmaat" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> Does anyone know if ther's a way to copy only new or newer files from
> folder A to folder B with Windows explorer?
> Not overwriting existing equal files in folder B.
>
> I could use dos xcopy, but can it also be done with plain Windows
> explorer?
>
> Kind regards,
>
> M


If you can define your exact requirements (source folder, target folder,
which files to copy) then it is a straightforward matter to put these
requirements into a batch file, then link this batch file to a shortcut,
then invoke the shortcut with a key combination.


 
Reply With Quote
 
Ginoue / CSC
Guest
Posts: n/a
 
      6th May 2009
If you talk Microsoft try robocopy
Withing the Resource Kit Tool
Robocopy.exe: Robust File Copy Utility



>
> A more powerful utility (many more options) is that
> available free from www.xxcopy.com
>
> --
> Don Phillipson
> Carlsbad Springs
> (Ottawa, Canada)
>
>
>

 
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
Can Windows Explorer copy files to DVD in XP? BBran Windows XP General 5 14th Sep 2007 03:32 PM
Windows Explorer can't copy files after SP2 Paul Windows XP General 2 29th Aug 2004 05:05 AM
Cant copy files with Windows Explorer tropicos Microsoft Windows 2000 File System 1 30th Mar 2004 12:09 AM
Cant copy files with Windows Explorer tropicos Microsoft Windows 2000 File System 0 29th Mar 2004 09:33 PM
Windows Explorer - Copy only modified files - Jeremiahb Windows XP General 0 5th Aug 2003 02:15 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:31 AM.