Automatiion using perl

Automatiion using perl

am 27.03.2007 16:55:09 von jis

Hi,

I am looking for automating a windows operation which normally a user
does.That is a double click an icon,It may ask for a user name.Enter
the user name which is stored already in another file( ther shud be
no user interference in that too).Then a another click to complete the
operation.

is it possible or iam getting too imaginative...


regards,
Jis

Re: Automatiion using perl

am 27.03.2007 20:32:07 von mghicks

jis wrote:
> Hi,
>
> I am looking for automating a windows operation which normally a user
> does.That is a double click an icon,It may ask for a user name.Enter
> the user name which is stored already in another file( ther shud be
> no user interference in that too).Then a another click to complete the
> operation.

Check out Win32::CtrlGUI ( http://search.cpan.org/search?query=win32%3A%3ACtrlGUI&mode= all
) and Win32::GuiTest ( http://search.cpan.org/search?query=win32%3A%3Aguitest&mode= all
).

--Matt