Cemir Posted February 17, 2012 Posted February 17, 2012 Hi, I'm currently trying to developp an specific application for monitoring several application at my work. To say it simple, the role of my VB.NET app is to launch Autoit scripts and store / display the results. For now i am working with exit codes but now I have to use comments or error messages in addition to the exit code. My problem is how to pass a string from my autoit program to my VB one without using temp text files or things like that : ) does someone have a idea for this ? Regards C.
DW1 Posted February 17, 2012 Posted February 17, 2012 You could have your autoit scripts write to the console ( ConsoleWrite() ) then just read the console output from the VB application. AutoIt3 Online Help
Cemir Posted February 17, 2012 Author Posted February 17, 2012 ....... this is really stupid ...... seriously how could I miss that, big big thanks dude it works all the may i want, subject can de closed
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