Archive: Copy contents of many Folders to EXEDIR


Copy contents of many Folders to EXEDIR
Hello Everybody,

Here is my question : I need to copy all contents of many folders (without knowing there name!) to the EXEDIR.
In fact, i've got my executable and many folders in the same directory, i would like to copy all contents of those folders (exept 1 whose name is known!) in the EXEDIR so as to run my script which is just made to read files in the EXEDIR.

Does anybody can help me ?

Thanks

-B-


Use Locate to find all those directories and then use CopyFiles to copy them.