Jump to content

AutoIT and SMS Sender


Recommended Posts

I would like to automaticly send a SMS by modem Huawei-e156g:

http://nt.interia.pl/news/modem-huawei-e156g,1303442

To send a SMS I use "SMS Sender" programm:

http://www.developershome.com/sms/smsWindows2.asp

(which work good in normal no-automatic/AutoIt mode.)

This is a part of code, which I wrote:

Run("C:\Program Files\Microsoft SMS Sender\SMSSender.exe");

WinWaitActive("[TITLE:SMS Sender; CLASS:Edit; INSTANCE:1]", "");

Send("555555555"); phone number

... but AutoIt program doesn't switch/activate "SmS Sender" from "Available Devices" window to "Destination Number" window.

What is wrong with my code ?.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...