Skip to content
⌘ NSIS Forum Archive

Copy contents of many Folders to EXEDIR

2 posts

Bertrand_M23#

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-