Re: Navigator question
James Thompson <[email protected]>
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Message-ID | <[email protected]> |
On Friday 01 October 2004 01:34 am, Free Marc wrote:
> It is possible to start a exe file or a python file in the navigator?
Yes
<step type="app" location="/usr/local/bin/myApp"
title="Launch My App"/>
I use this in a GNU/Linux environment. And while the code exists for windows
in GNObjects.py _runApp function (about line 92) it doesn't appear to be
tested. Or at least the comment is out of date.
Hope this helps
James