Skip to content
⌘ NSIS Forum Archive

copy entire folder contents

2 posts

mfacer#edited

copy entire folder contents

[edit]
I've found the /r command 🙂
works ok now!!
[/edit]

I've searched all over the place and tried various methods to do this... I have a folder with many sub folders and files within it. I need to copy everything from the top level down... I've so far done this


SetOutPath "$INSTDIR\files\"
File "C:\myfolder\files\*.*"
it will copy any files within the main "files" directory, but doesnt copy and other folders etc.

Is there a command to do that, or do I need to open each folder individually and copy those files??

Thanks for any help 🙂