RE: executing other application command

2000-11-29 Thread Mark Hammond
> From someone who is familiar with Perl (but a newbie in > Python), here's a snippet of Perl code which uses the syntax that > Biju refers to: > > use Win32::OLE; > my $xl = Win32::OLE->new('Excel.Application', 'Quit'); > my $book = $xl->Workbooks->Open('c:\My Documents\P

Re: executing other application command

2000-11-29 Thread Jonathan D Johnston
On Wed, 29 Nov 2000 13:46:43 -0500, [EMAIL PROTECTED] wrote: >On 29 Nov 2000, at 10:30, Paul Prescod wrote: >> Biju Ramachandran wrote: >> > How do I execute another applications command using Active Python - for >> > example - the equivalent in Perlscript is >> >$Application - > >> >> Could

Re: executing other application command

2000-11-29 Thread timo
On 29 Nov 2000, at 10:30, Paul Prescod wrote: > Biju Ramachandran wrote: > > How do I execute another applications command using Active Python - for > > example - the equivalent in Perlscript is > >$Application - > > > Could you give an actual example? Are you perhaps invoking a COM method >

Re: executing other application command

2000-11-29 Thread Paul Prescod
Biju Ramachandran wrote: > > Hi there: > > How do I execute another applications command using Active Python - for > example - the equivalent in Perlscript is > >$Application - > Could you give an actual example? Are you perhaps invoking a COM method on an object? Paul _

RE: executing other application command

2000-11-29 Thread Mark Hammond
> How do I execute another applications command using Active Python - for > example - the equivalent in Perlscript is > >$Application - > 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 wh

executing other application command

2000-11-28 Thread Biju Ramachandran
Hi there: How do I execute another applications command using Active Python - for example - the equivalent in Perlscript is $Application - > Thanks Biju _ Get more from the Web. FREE MSN Explorer downloa