I have following need:
[Run]
;run robocopy.exe source dest/OLD/[source_contents] /options
Where:
source must be specified by user on the destination machine (this can change according the physical platform)
destination will be identical to the just user-defined source folder while the subpath OLD/[source_contents]
will be automatically created by the robocopy input.
I was thinking to use a "scripted-constant", but the problem is that I need to store some way the "source" prompted parameter some where (I cannot require two prompts for the same place).
Thanks.