Advanced Customizations, Overrides, and Extensions » ePublisher Platform XSLT Extensions » Exec » XPathNodeIterator ExecuteProgramWithArguments (string program, string arguments)
XPathNodeIterator ExecuteProgramWithArguments (string program, string arguments)
 
Runs the specified program with arguments formatted as a string using the current target's output directory as the working directory.
Parameters:
program
The program.
arguments
The arguments.
Returns:
A node set.
Runs the specified program with arguments formatted as a string using the current target's output directory as the working directory.
<xsl:variable name="VarExecResult" select="wwexec:ExecuteProgramWithArguments('prettycool.exe', '--stdout &quot;Isn\'t this grand?&quot; --stderr nothing')" />
Was this helpful?
Last modified date: 10/14/2020