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
Wep Page on Internal Server not displaying correctly.
Creating a new Array and Logical Drive
You Do Not Have Permission To Send On Behalf Of The Scified User
broad cast message to win xp and win vista systems via Windows 2003 server
check to see if an image exists on a remote server in vb.net
Globally change the Blackberry Service Display name
What is the extension to bring in a 2007 Excel xlsm workbook into Access 2007?
Class Diagram
dumb Access VBA question
Samba share on Windows 2003