You can use subprocess module to start an application and also read it's
output. You can kill it yourself (when you know when to do it)
Srinivas.


On Fri, Jan 9, 2009 at 2:36 AM, Tim Arnold <tim.arn...@sas.com> wrote:

> Hi, I don't even know what to google for on this one. I need to drive a
> commercial desktop app (on windows xp) since the app doesn't have a batch
> interface.  It's intended to analyze one file at a time and display a
> report.
>
> I can get the thing to write out the report an html browser, but I have
> thousands of files I need it to analyze every night.
>
> Is there any lib or recipe(s) for doing something like this via python?
>
> thanks,
> --Tim Arnold
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to