in reply to Handling third party exe messages through perl script?

Don't think Expect will work in such a situation, because you'd have to react to an error window, not an error message that can be caught by expect.

After some searching on CPAN found this: Win32::CtrlGUI which sounds promissing as a way to control any window that pops up.

HTH

  • Comment on Re: Handling third party exe messages through perl script?