<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="exec" version="1.0" type="misc">
  <DESCRIPTION>Exec an external program from the scol voyager ext.ini</DESCRIPTION>
  <HELP>http://www.openspace3d.com/documentation/fr/plugits/misc/execplugit.html</HELP>
  <RESOURCE></RESOURCE>
  <EDITOR>
    <SCRIPT path="./eexec.pkg" />
    <PARAM name="exe" type="value" />
    <PARAM name="param" type="value" />
  </EDITOR>
  <CLIENT minstance="true">
    <SCRIPT path="./cexec.pkg" />
    <ACTION name="Execute" />
  </CLIENT>
</PLUGIN>