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
it will copy any files within the main "files" directory, but doesnt copy and other folders etc.
SetOutPath "$INSTDIR\files\"
File "C:\myfolder\files\*.*"
Is there a command to do that, or do I need to open each folder individually and copy those files??
Thanks for any help 🙂