View Single Post
Old 01-Mar-2007, 03:13 AM   #2 (permalink)
Anilrgowda
Administrator
 
Anilrgowda's Avatar

Posts: 18,715
Join Date: Jan 2006
Rep Power: 10 Anilrgowda is on a distinguished road

IM:
Default Re: Copy specific files to specific folder

robocopy is used with source destination filespec
as in
robocopy "C:\Artist Name\Album Name\" "C:\Copy To Me\" *.mp3

What is it that you are trying to accomplish? How do you want to choose which files get copied?
Anilrgowda is offline   Reply With Quote