Difference between revisions of "Download Folder Path"

From RiceFamily Wiki
Jump to: navigation, search
(Created page with "wait "{pathname of download file "update.exe"}" In an Action script, this line causes the BES Client to perform relevance substitution to compute the full path to the downloa...")
(No difference)

Revision as of 03:43, 27 August 2015

wait "{pathname of download file "update.exe"}"

In an Action script, this line causes the BES Client to perform relevance substitution to compute the full path to the downloaded file (previously collected by a download command in the same Action script). After relevance substitution, the Client launches the specified executable and waits for it to complete before moving on to other Action lines.