Is there any easy way to copy a directory recursively for an install?
The page
http://www.mediamonkey.com/wiki/index.p ... 5D_section
Suggests you can do
[Copy]
Src=LastFmImportPython\*.*
Tgt={app}\Scripts\LastFmImportPython\
But this fails - presumably because there are directories under the LastFmImportPython folder.
Beyond writing a script to copy all the files manually in the install.ini, or writing a script myself to unzip the folder somewhere I'm at a loss
