28 Mar
2001
28 Mar
'01
11:34 p.m.
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.