MyDisplayName Posted October 20, 2007 Posted October 20, 2007 So I have my program in vb.net 2005 that executes the autoit script that performs a lot of functions in IE, gets some information, and saves it to a database. How would I have the script advise the VB application that the script has finished executing? I know that I can communicate between two autoit scripts, but can't find much on talking to a program in another language. Thanks for the help.
Thatsgreat2345 Posted October 20, 2007 Posted October 20, 2007 You can either write to a file and have it read, or check out StderrRead StdoutRead StdinWrite
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now