> How do I execute another applications command using Active Python - for
> example - the equivalent in Perlscript is
>
>    $Application - > <command>

I am afraid I don't know Perl that well!  However, you should look up the
documentation on the os.popen() and os.system() functions - they are
probably what you are after...

Mark.

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

Reply via email to