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
Two SCCM primary site in active directory
How do I use a volume license key on a HP computer with restore CD
RIS - CAN WIN 2003 STANDARD & XP BE IMAGED INTO SAME FOLDER
In Perl, how do I add a value to the list, then check to see if the value exist before adding a new value
Reading values from UDL-file (textfile)
How to setup two virtual subnets with vmware workstation 6.5
Computer reboots severat times a day
Install IIS with a vbs script.If supporting files needed pick from a predefined path.
Record pone calls in remote desktop
how to make vlookup work