The Auron SendSMS set of portable freeware tools for Windows enable you to send SMS through your GSM modem or Android phone from either GUI or commandline.
With Auron SendSMS you can:
- Send SMS messages from GUI or commandline
- Automated SMS messages from batch scripts
- Portable executable; no setup required
- Send from your mobile with Auron SMS Agent for Android
- Use many existing GSM modems
- Supports for IP GSM and Serial to Ethernet converters
- Use the GUI for testing and generating command lines
- View detailed logging for easy troubleshooting
- Send Unicode and Multipart messages
Auron SendSMS makes use of the Auron SMS Component. With the SendSMSGui application you can test your GSM device and construct SendSMS commandlines for use in command scripts. Use the SendSms console application in your scripts to automatically send SMS messages. Have a look at the Auron SMS Server if more flexibility or traceability is required.
Scroll down to find the SendSMS Console commandline parameters
Freeware
This product is free to use for any purpose. The copyright of this program remains with Auron Software.
This program is ad-supported. To make sure no SMS includes an ad use this software with a standard Auron SMS Component license.
Download Knowledge Base


SendSMS Commandline parameters
Required parameters
/s or /sms VALUES
The SMS message to sent.
/t or /to VALUES
Sets the recipient(s) of the message. To send the same SMS to multiple recipients specify multiple phone numbers.
Optional parameters
/? or /help
Show the list of parameters and exit.
/v or /version
Show the application version and exit.
/d or /device DEVICE
Set the COM port or TAPI device to use. If this parameter is omitted the first known (TAPI) device is used.
/ahost or /android-host
Set the hostname or IP address of your Auron SMS Agent for Android phone app. The IP is visible when you open the Auron SMS Agent for Android app.
/ghost or /gsm-host
Set the hostname of IP address of your IP GSM server, Moxa NPort or DigiOne SP.
/p or /pin PIN
Set the PIN code to unlock the SIM for use. Leave empty if no PIN is required.
/port or /port-number
Set the IP port to use with /ahost or /ghost. If omitted: 7770 is the default for /ahost; 2001 is the default for /ghost
/u or /unicode
The SMS will be sent as Unicode.
/l or /list-devices
Shows the list of all TAPI devices or COM ports.
Advanced parameters
/log-file LOGFILE
Set the logfile path.
/b or /baudrate BAUDRATE
Set the baud-rate to use to connect to the GSM device.
Example
Send and SMS to +31611223344 using COM port 3:
SendSms64.exe /d "COM3" /to "+31611223344" /sms "a test sms" /log-file "test.log"