SUP jochem :)

always nice to know ur still around

-- tony

Better than a thousand hollow words, is one word that brings peace.
-- siddhartha gautama



On Mon, Sep 29, 2008 at 5:03 PM, Jochem van Dieten
<[EMAIL PROTECTED]> wrote:
> ** Private ** wrote:
>> 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.
>>
>> Tried xcopy e:*.* d:\thumbs\*.* /s
>>
>> But it creates all the subdirectories on the CD. Can anyone think of a
>> command switch that will place all the files in one directory?
>
> FOR /D %%A IN (e:\*) DO copy %%A\* d:\thumbs\
>
> Jochem
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:271457
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to