AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SendSMS [CMD]

 
Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
BoBo
Guest





PostPosted: Sun Jul 09, 2006 11:01 am    Post subject: SendSMS [CMD] Reply with quote

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...]
Back to top
Belial



Joined: 26 Jun 2005
Posts: 40
Location: Portugal

PostPosted: Fri Jul 14, 2006 6:48 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message MSN Messenger
BoBo
Guest





PostPosted: Fri Jul 14, 2006 10:16 pm    Post subject: Reply with quote

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 Cool
Back to top
mrclox



Joined: 12 Nov 2006
Posts: 29

PostPosted: Sat Jun 16, 2007 8:53 am    Post subject: Reply with quote

Can someone show me the code i would need to send an sms using autohotkey script and this application, i am a bit confused
Back to top
View user's profile Send private message
engunneer



Joined: 30 Aug 2005
Posts: 8255
Location: Maywood, IL

PostPosted: Sat Jun 16, 2007 10:09 pm    Post subject: Reply with quote

*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?
_________________

(Common Answers)
Back to top
View user's profile Send private message Visit poster's website
BlackTooth
Guest





PostPosted: Tue Jul 03, 2007 5:55 pm    Post subject: Reply with quote

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
Back to top
Thalon



Joined: 12 Jul 2005
Posts: 633

PostPosted: Wed Jul 04, 2007 8:09 am    Post subject: Reply with quote

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" Laughing 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
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 4511
Location: Belgrade

PostPosted: Wed Jul 04, 2007 9:45 am    Post subject: Reply with quote

Quote:
you can use blat to send text messages using this: http://tinywords.com/mobile.html

Great info. Thx.
_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group