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
Mysql error when trying to create view
Windows 2008 Server Domain isues
Anyone get Quickbooks errors in the Windows App log but not the program? Intuit says normal
Changing from ASPSmartUpload to ASPUpload
Logon failure when trying to launch an application
What is the Best Digital Camera, that is tiny, takes video and takes great pictures?
Vista DLLHOST.EXE Popup
SAP books for implementing ERP package
Designing Luns and datastores
Thumbnail Photo on Exchange 2007