Type memos below

The only good way I could find to do this was to  use an applet instead. I have been through it all and you could download master11.zip from http://www.plexos.com/Download_Plexel.htm. After installing and starting Plexel Go to the Plexel page and then click 'Applet Source' to see the details. To run apps from your own document try:- 

<APPLET CODE="jmUtil.class" NAME="util" WIDTH="1" HEIGHT="1">
<PARAM NAME="cabbase" VALUE="applets.cab"></APPLET>

in the document and:-

document.util.execCmd(cmdLine,0,false)+""

to run the app.

You will need the files jmUtil.class and applets.cab too.

This applet can also collect output from an application, using:-

res=document.util.execCmd(cmdLine,1,false)+""
