Download Folder Path
From RiceFamily Wiki
Revision as of 03:43, 27 August 2015 by Rice0009 (Talk | contribs) (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...")
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.