AutoHotkey Community

It is currently May 27th, 2012, 8:48 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: SendSMS [CMD]
PostPosted: July 9th, 2006, 12:01 pm 
Quote:
SendSMS is a small 32 bit command line utility which allows a SMS message to be sent to a mobile 'phone.

It was originally written as an add-on to an enterprise server monitoring system to provide SMS alerting in the event of networking or server problems. In order to be as resilient as possible, the message is sent via a local COM port (ie. dial-up modem) rather than through the Internet or over other network links (as these may be unavailable if there are LAN or WAN comms issues for instance)

[More...]


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 14th, 2006, 7:48 pm 
Offline

Joined: June 26th, 2005, 9:43 pm
Posts: 40
Location: Portugal
I have no idea what to write on the number for a non-UK based phone ...

My country number: +351 [Portugal]
My Number: 91XXXXXXX

I tried:

4435191XXXXXXX
4491XXXXXXX
+35191XXXXXXX
35191XXXXXXX
91XXXXXXX

WTF should I be writing?

_________________
Belial


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 14th, 2006, 11:16 pm 
If we take the SendSMS sample
Quote:
to send an alert to the UK mobile ‘phone 07775 1234:

eg. SendSMS 4477751234,Warning - Server volume \\JBF\Accounts free space critical!
Following that:
<CountryCode><DialPrefix><Number>
35191XXXXXXX
Plain guessing 8)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 16th, 2007, 9:53 am 
Offline

Joined: November 12th, 2006, 10:01 am
Posts: 29
Can someone show me the code i would need to send an sms using autohotkey script and this application, i am a bit confused


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 16th, 2007, 11:09 pm 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8667
Location: Salem, MA
*UNTESTED*
Code:
SendSMS = %A_ScriptDir%\SendSMS.exe
phonenumber = 123456789
message = Hey You!

run, %SendSMS% "%phonenumber%`,%message%"


you may have to play with , vs `,

It looks like it requires a modem?

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 3rd, 2007, 6:55 pm 
you can use blat to send text messages using this: http://tinywords.com/mobile.html

you can use my smtp server (24.174.223.243). its kinda fast.

hope this helps


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 4th, 2007, 9:09 am 
Offline

Joined: July 12th, 2005, 1:21 pm
Posts: 633
Seems not that easy to use:
Quote:
In order to be as resilient as possible, the message is sent via a local COM port (ie. dial-up modem) rather than through the Internet or over other network links (as these may be unavailable if there are LAN or WAN comms issues for instance)
I do not have any connections at COM-port any more (had this kind of thing years ago).

But this "script" :lol: should work:
Code:
Run SendSMS.exe 436641234567`,This is a test message to 0664 1234567
(Aborted at opening Serial communication)

_________________
AHK-Icon-Changer
AHK-IRC
deutsches Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 4th, 2007, 10:45 am 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Quote:
you can use blat to send text messages using this: http://tinywords.com/mobile.html

Great info. Thx.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group