Tony wrote:
> SUP jochem :)
>
> always nice to know ur still around
Hey Tony, not following CF Talk these days?
> I've been trying to figure out an xcopy or copy command that will take all
> the files from a given folder structure and copy them all to a new folder.
I know you already have a pure DOS answer, but just as an FYI the xcopy 
solution is:

XCOPY e: z:\TargetFolder /s /h /i /c /k /y

And I think you'll probably want all of those switches. Be aware that if 
either the target or destination have spaces in the name, you need 
quotes surrounding it e.g. "z:\Target Folder"

Mark


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:271507
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to