XPathNodeIterator Execute (string commandLine)
Runs the command line.
Parameters:
commandLine | The command line to be executed. |
Returns:
A node set.
Execute prettycool.exe –stdout "Isn't this grand?" –stderr nothing.
<xsl:variable name="VarExecResult" select="wwexec:Execute('prettycool.exe –stdout "Isn\'t this grand?" --stderr nothing')" />
Last modified date: 10/14/2020