silvermirai Posted June 28, 2012 Posted June 28, 2012 (edited) Hello everyone. Yesterday I've started learning autoit, I've made a script that runs a software, sends a Control click, checks if 4 controls has the desired text in them and if not sets the desired text trough ControlSetText, it has no GUI and I want it with no GUI, but I wanna have another executable with GUI, and have it get input from user trough the GUI put the input into variables then somehow write (update) to the variables into the main executable. How can I do that ? Thank you for reading. The script is bellow. <Removed> Edited July 2, 2012 by Valik
Moderators JLogan3o13 Posted June 28, 2012 Moderators Posted June 28, 2012 Hi, silvermirai, welcome to the forum. I would suggest searching the forum for +inter +script +communication. There are a number of examples on how you can do this. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
water Posted June 28, 2012 Posted June 28, 2012 Hi, silvermirai, welcome to the forum. I would suggest to read the forum rules. Especially the part about game automation.Then you will understand why you won't get any help on this subject here. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Moderators JLogan3o13 Posted June 28, 2012 Moderators Posted June 28, 2012 D'oh, missed that completely "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
water Posted June 28, 2012 Posted June 28, 2012 No worries! Happend to me multiple as well My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
silvermirai Posted June 28, 2012 Author Posted June 28, 2012 Thank you both for the warm welcome. And sorry for misunderstanding, this is not game automation in my opinion and here is why, dota keys (called by my script) is a software that interacts with warcraft 3 to rebind shortcut keys and send chat message macros, it's functions are officially implemented in dota 2, and it's an accepted modification of warcraft 3, for dota 1. And what I'm trying to do is automate the process of opening and setting up everything I need to start to play dota. It's not game automation because it doesn't interact with the game itself, it interacts with acceptable supporting software. I usually use a batch script to open up multiple software, and I wanted to use autoit to expand the things I can do to automate the things I would had done manually. That's it, that's my opinion on the subject, if this is not accepted on the forums, I will not continue to ask for help in this particular script, thank you for reading.
Recommended Posts