Jump to content

Passing output parameters


Megadime
 Share

Recommended Posts

Hi,

is there any way to pass output from an AutoIt script such that I can use it in my C++ program? I know I can use any appropriate script with input parameters by calling them in the command line (autoit3.exe add.au3 2 3). But how can I retrieve the output (it's in a variable in the script) from such scripts and use them in my C++ program? I've tried writing the output to a file and then using c++ functions to retrieve them. But I found it to be kind of slow (especially, waiting for the file to be written to hard disk).

Edited by Megadime
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...