RE: File copy help by phavel
phavel
Wed Sep 17 08:07:01 PDT 2008
Yeah I have been playing with robocopy. The problem is that I only need to
watch server subdirectories that are at various locations in the hierarchy.
Will Robocopy take wildcards in the directory path (the directories I need to
watch are all the same name)? If I need to monitor multiple directories they
will each require a new instance of robocopy to be launched, correct? Thanks.
"Newell White" wrote:
>
> "phavel" wrote:
>
> > Hi, I need some suggestions for solving a file copy problem. I essentially
> > need to watch multiple directories for new files, and copy any new files to a
> > common destination. The directories I need to watch are in the same top
> > level folder, but are in different sub folders. Any 3rdparty tools or
> > scripting ideas that might make this easy and scalable (the number of source
> > directories will continue to grow). Thanks.
>
> Microsoft >> Windows server 2003 Resource Toolkit >> Robocopy
>
> If you want to watch all subfolders in the top-level folder this will be a
> one-line script!
> --
> Regards,
> Newell White
>
>