On Fri, Sep 11, 2009 at 3:31 PM, Doran, Harold wrote:
> Thanks, Jerry. Tried that, as well as various other possible names to no
> avail.
You'll need to dig into the documentation then, probably starting in
one of these two places:
http://pywinauto.openqa.org/howto.html
http://pywinauto.openqa.or
09 3:09 PM
> To: python-list@python.org
> Subject: Re: Use python to execute a windows program
>
> On Fri, Sep 11, 2009 at 12:46 PM, Doran, Harold
> wrote:
> > I am working with this now. I'm toying with the examples to
> test out a
> > few things and learn ho
On Fri, Sep 11, 2009 at 12:46 PM, Doran, Harold wrote:
> I am working with this now. I'm toying with the examples to test out a
> few things and learn how this works. I've made some modifications such
> that I have the following working (below). This does nothing more than
> open a program.
>
> I
nuSelect("File->Open Database")
def Main():
start = time.time()
AM()
if __name__ == "__main__":
Main()
> -Original Message-
> From: simon.brunn...@gmail.com
> [mailto:simon.brunn...@gmail.com] On Behalf Of Simon Brunning
> Sent: Fr
Does the Windows application offer a COM interface?
http://oreilly.com/catalog/pythonwin32/chapter/ch12.html
http://sourceforge.net/projects/pywin32/
Alan Isaac
--
http://mail.python.org/mailman/listinfo/python-list
2009/9/11 Doran, Harold :
> The way we do this now is a person sits in front of their machine and
> proceeds as follows:
>
> 1) Open windows program
> 2) Click file -> open which opens a dialog box
> 3) Locate the file (which is a text file) click on it and let the
> program run.
It might very wel