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
Setup/Configure Outlook settings using group policy
drop db but keep the files
CX600 FLARE 2.05.600.5.007 - upgrade procedure to 2.19?
Delete shortcut from all users desktop via script
How do I connect to a Windows VPN server through a Cisco ASA 5505?
need .ico
Cannot connect to Watchguard Firebox X15 Edge after factory reset
MS SQL Stored Procedure miscounting number of characters
Internet Monitoring Reporting software Sonicwall
Domain rename prior to consolidation