Microsoft
Software
Hardware
Network
Question : Robocopy - How do i copy images from one directory structure to a single folder?
Using robocopy (or something similar on windows)
I would like to know how I can copy all JPG or GIF files from c:/DigitalCamera and it subdirectories all place them all into the one folder c:/DigitalCameraNew
I do not want the folder structure, just the images. The plan is to have a copy of the images all in one folder.
thanks
Answer : Robocopy - How do i copy images from one directory structure to a single folder?
That's correct. If you don't want to overwrite existing files use BAT with the following content:
@echo off
set dest=c:\DigitalCameraNew\
for /r %%i in (*.jpg, *.gif) do if not exist "%dest%%%~nxi" copy "%%i" "%dest%"
set dest=
Random Solutions
Outlook Send/Recieve Progress Dialogue Box
Help to decipher/reset BIOS settings on a Gigabyte MB!!!
threads in mfc
sumif with 2 conditions
What does src="#" mean when used in a bgsound attribute and is it needed?
VB.Net 2010: ResourceManager.GetObject fails with silent exception on x64
alpha towards the end of the stage
PHP Fatal error
Script Group Policy Changes
user equivalence check failed for user "oracle"