Jump to content

Recommended Posts

Posted

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.

Posted

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

Posted

TCP, a hidden form. I would say don't use the clipboard because the user can change it. And how will you deal with two programs writing to the same file at the same time?

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
  • Recently Browsing   0 members

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