I have a Perl script that calls an .exe program, but the .exe program sometimes fails. When failing, the .exe opens up a dialog that prompts the user to click "ok." When the user clicks "ok," the perl script resumes, moving on to the next piece of data that it is supposed to send to the .exe file. I would like to automatically select ok, so that, even without a user, the Perl script can continue to run if the .exe file crashes. Is this possible? I was wondering if it would be possible to just set a timer, so that if the .exe program runs for longer than 10 minutes, the perl script would kill it--whether it gives the pop-up or not (would it also kill it if it gave a pop-up?)\ Thanks again.

In reply to How to continue running script if .exe program fails by sjwnih111

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.