On 29 Nov 2000, at 10:30, Paul Prescod wrote:
> Biju Ramachandran wrote:
> > How do I execute another applications command using Active Python - for
> > example - the equivalent in Perlscript is
> >    $Application - > <command>
> 
> Could you give an actual example? Are you perhaps invoking a COM method
> on an object?

I think Biju is looking for the os.exec* commands, or the pipe 
commands. I don't remember my Perl very well, but I think the 
command executes a program (system) and traps the output.

Tim
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to