> 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
- executing other application command Biju Ramachandran
- Re: executing other application command Mark Hammond
- Re: executing other application command Paul Prescod
- Re: executing other application command timo
- Re: executing other application command Jonathan D Johnston
- RE: executing other application command Mark Hammond