zzxxzzxx Posted August 1, 2005 Posted August 1, 2005 hi, i'm quite new here, and was trying to figure out how to make 2 functions run concurrently. i'll be having afew functions (A,B,C,D,E) that will link & run cocurrently with another function (X). so when i press a global hotkey (F7), A & X will run concurrently. and stop when i press another key (F10). B,C,D,E will also run currently with X when i press other keys. so what can i add into my script to make it work? Thanks
JSThePatriot Posted August 1, 2005 Posted August 1, 2005 (edited) There is no real way to run 2 functions at the same time. If I am not mistaken the closest way possible is to have them in 2 different scripts/exe's and call them from your main program. Edit: I wasnt even paying attention, but this question would go better in the support forum. JS Edited August 1, 2005 by JSThePatriot AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
zzxxzzxx Posted August 1, 2005 Author Posted August 1, 2005 (edited) ah, that is where i should post... ^^ thanks. any mod helping me push it there? Edited August 1, 2005 by zzxxzzxx
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