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
Suggestions for Cicso NM modules for LRE setup
recover missing emails - information store service stopped
Jumbo frame configuration is saved where?
unable to enable Archive Mailbox in Exchange 2010
PHP Statement that shows a percentage of a price
ASA 5505 DMZ won't Access Internet
Server does not boot
FAXCOOLWAREZ037 192.168.1.38 00-1A-73-C3-39-8A
VPN split tunneling not working on ASA5510
SBS2008 migration to Windows 2008 Std