Brad, look into external methods.  There is a howto on the zope.org
website at http://www.zope.org/Documentation/How-To/ExternalMethods

You'll need to know some Python, probably most importantly read about
the os module's "popen" method at
http://www.python.org/doc/current/lib/os-newstreams.html

"Mabe, Brad" wrote:
> 
> Is there a way for zope to call an external program (exe, batch file, etc.)
> and have it execute on the server?  I have several home grown utilities on
> my server that I would like to access/execute via the browser.
> 
>     -=Brad=-
> 
> _______________________________________________
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )

-- 
Chris McDonough
Digital Creations
Publishers of Zope - http://www.zope.org

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to