From:                   Veeraraju_Mareddi <[EMAIL PROTECTED]>
> What is this Win32::OLE,Automation.What we can do with it.Examples are given
> in the documentaion for Excel sheets and Msoffice Docs.
> 
> Only this Excel and Docs can be automated or we can write any script for
> automation.

Some applications can be automated via OLE, some cannot. You 
have to read the docs (look for VBScript/VB for Applications 
examples).

Some applications can be controled via DDE : use Win32::DDE, 
see http://Jenda.Krynicky.cz/#Win32::Editor::PFE for an example.

Some only accept keypresses and similar stuff. In this case you'll 
want Win32::Setupsup.

> like installing a software on a machine.

Win32::Setupsup, Win32::AdminMisc, Win32::Registry .... 
depends on the application.

> What is the way to send data to the object that was connected to some
> application.

You can call the object's methods and set its properties, what 
methods and what properties depends on the object.

> Please help me. Please send some examples on this module if anybody of you
> have.

Look them up with Google :-)

Jenda

=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain.
I can't find it.
                                        --- me
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin

Reply via email to