Jump to content

Writing to STDOUT from compiled exe?


LMenard
 Share

Recommended Posts

Folks, I have created my first AutoIt script and it is successfully driving the installer I am trying to test.

Now I want to be able to run this compiled exe from a perl script and capture success/fail indicators in perl for further reporting.

I can see how to generate pass/fail messages in MsgBoxes, but not how to send them to STDOUT.

Some functions such as ConsoleWrite() say that they do write to STDOUT, but it looks like it assumes you are running this executable within an editor that supports capturing STDOUT.

Is there a way to capture STDOUT when an exe is launched by command line?

Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...