Jump to content

RATTUSx2

Members
  • Posts

    3
  • Joined

  • Last visited

RATTUSx2's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hello. First time AutoIt-er here. I want make a simple script that does the following. Please let me know if its possible, and if so, where to start. 1) Accepts any Skype call automatically (software, not web version of Skype) 2) Starts a timer for 5 minutes (and writes a count down timer to a text file) 3) Ends any calls longer than 5 minutes (and writes "call has ended" to a text file) If you can help me get started with this, that would be great. Thanks!
  2. 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.
  3. 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!
×
×
  • Create New...