From: chiaro scuro Date: 2006-03-14T21:19:25+09:00 Subject: Re: win32ole question - how to get handle on currently running app? ------=_Part_13971_1989706.1142338750113 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline How would you choose between a number of different running instances of an application? On 3/11/06, david.mullet@gmail.com wrote: > > Use the connect method in place of the new method: > > word =3D WIN32OLE.connect('word.application') > > > itsme213 wrote: > > I need to process a bunch of word files using win32ole. > > > > word =3D WIN32OLE.new('word.application') > > > > starts a new word application instance each time it executes. Is there = a > way > > to get a hold of the currently running word app, if any? > > > > Thanks. > ------=_Part_13971_1989706.1142338750113--