[Zope] External program execution - simple solution?

Steve Drees drees@the-bridge.net
Wed, 28 Mar 2001 17:34:27 -0600


> but is there a simple solution to executing an 
> external program?
> (lying under INSTANCE_HOME)


An external method should work.

http://www.python.org/doc/current/lib/os-process.html

os.system is the command you want to use.
>