Dodekus Posted May 5, 2009 Posted May 5, 2009 Is there a way to make a script that runs other scripts and can get information (variable values) from the other scripts. The most important thing I want to know if there is some run script function.
Valuater Posted May 5, 2009 Posted May 5, 2009 (edited) Yep!!Look for .....Run any au3 File from Your Programhere..... AUTOIT WRAPPERShttp://www.autoitscript.com/forum/index.ph...st&p=1337698) Edited May 5, 2009 by Valuater
Dodekus Posted May 5, 2009 Author Posted May 5, 2009 Is there a way to get some variable values every x seconds from the script that was ran from my program? My script named lets say "X" starts another script named "Y", can now "X" get variable values from "Y"?
Valuater Posted May 5, 2009 Posted May 5, 2009 Yes, there are easy ways and harder ways. The easy way is to have script "Y" create/write to a file and have script "X" read/delete the file 8)
Valuater Posted May 5, 2009 Posted May 5, 2009 Thanks for the help.Welcome...... and Welcome to the Autoit Forums!!8)
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