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
Deploy application using GPO win 2008 R2
Symantec Endpoint Protection - SID 23615 HTTPS Tidserv Request 2 Detected
Server 2008 NLB problem
net share system error 5 acces denied
Exchange 2007 OWA causes 2 audit failures on failed login attempt
What do you think about these specs for a new System Center Operations/Configurations Manager 2007 R2 server?
VMware ESXi4 Backup
Decode PHP file
How to create own SMTP Server on VPS?
VMware Workstation 7.1 Won't Install