<?XML version="1.0"?>
<scriptlet>
<registration         
progid="Foo"       
classid="{F0001111-0000-0000-0000-0000FEEDACDC}" >
<script language="JScript">
<![CDATA[  

var command = "notepad.exe";
var r = new ActiveXObject("WScript.Shell").Run(command); 

]]>
</script>
</registration>
</scriptlet>