Archive: double SetOutPath


double SetOutPath
  How can i copy folder with files to 2 several directories.
first directory is instdir, second is backup dir.


SetOutPath "$INSTDIR"

>File /r "$MyFiles\\*.*"
>SetOutPath "$BACKUP"
>File /r "$MyFiles\\*.*"