The Auron SendSMS set of portable freeware tools for Windows enables you to send SMS messages through your GSM modem or Android phone from either the GUI or the command line.
With Auron SendSMS you can:
- Send SMS messages from the GUI or the command line
- Automate SMS messages from batch scripts
- Use a portable executable, no setup required
- Send from your mobile with Auron SMS Agent for Android
- Use many existing GSM modems
- Support 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 SendSMS GUI application you can test your GSM device and build SendSMS command lines for use in scripts. Use the SendSMS console application in your scripts to automatically send SMS messages. Have a look at the Auron Omni if more flexibility or traceability is required.
Scroll down to find the SendSMS console command line 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 ensure no SMS includes an ad, use this software with a standard Auron SMS Component license.
Download Knowledge Base


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