in reply to Re: Running a Program through Perl
in thread Running a Program through Perl

Yes it is a gui application. The only machines that I plan on running it on would be xp boxes. I don't believe it has an API.

Will read up on Win32::GUITest

Thanks

Replies are listed 'Best First'.
Re^3: Running a Program through Perl
by tachyon (Chancellor) on Oct 04, 2004 at 22:42 UTC

    Seeing you don't appear keen to name your app I suggest you also look at Win32::OLE which hooks the OLE API that almost all M$ and many 3rd party apps do have.