RATTUSx2 Posted September 11, 2017 Posted September 11, 2017 Hello, I am embarking on my first AutoIt project to replace a primitive batch file that doesn't quite do what I want. So here is what I would like it to do. 1) Detect if there is a Skype call (My Skype is all ready configured to auto-answer) 2) Initiate a timer, preferably printing a 5 minute count down to a text file 3) When the timer hits zero, end the call, preferably printing a "Call ended" type text to a file 4) goto 1 Bonus step if possible: Record all of the calls to MP3 with Skype name, time and date to file. Please let me know if this is possible with AutoIt or if there is another route to take. Thanks for your time!
water Posted September 11, 2017 Posted September 11, 2017 Welcome to AutoIt and the forum! I'm not sure this still works but here is an UDF to interact with Skype: 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
RATTUSx2 Posted September 11, 2017 Author Posted September 11, 2017 Thanks Water. I tried to open the functions list in your post and the thing crashed by browser for some reason. If its not asking too much, can I ask a kind user to post the skeleton of the script and I can flesh out the rest. The closest I ever got to programming was a batch file that opened and closed the whole Skype program. But what I need is a bit more nuanced. So if its allowed here, and someone wouldn't mind, a skeleton/example of the script would be great and I can tinker with that and learn that way.
payne Posted January 3, 2020 Posted January 3, 2020 the skype UDF is failed on skype version7&8. And you couldn't reverse to Skype older version. Microsoft also break support the Skype4COM interface. so there is no way for autoit to control Skype.
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