Jump to content

What is the best way to share Data between two Autoit Applications?


Recommended Posts

Hi All,

What is the best way to share Data between two Autoit Applications?

The options I can think of are as below.

  • Creating a file and dumping the data in it.
  • Putting the data in the Windows clipboard using ClipPut command in Autoit.

Please let me know if there is any other options.

Link to comment
Share on other sites

I guess it would depend on what kind of data your are sharing.

You could use SQLite if you need a whole database to store data (See SQLite Management).

Alternatively you could also use an ini file to store the information (See IniRead and IniWrite).

If you'd rather not have any kind of file you can always use the Windows Registry (See Registry Management).

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...