Wednesday, May 28, 2014

How to Send an SMS from a Command Prompt


1. Visit the Ozeki NG website at ozekisms.com.
2. Click the Download Free Trial link. Save the download to your desktop.
3. Double-click the file you just downloaded on your desktop to begin the installation wizard. Follow the step-by-step instructions to install Ozeki NG SMS Gateway.
4. Click the 'Start' button, type 'Run' without quotes in the search box, and then press the Enter key.
5. Type 'cmd' in the Run box, and then press Enter.
6. Type the following line of code at the command line:SendSMS.exe -h 127.0.0.1:9500 -u username -p password -r '+1235551212' -m 'Hello world'
7. Replace 'username' and 'password' with the user name and password you entered during the Ozeki NG setup process. Change the '1235551212' phone number to the phone number you'd like to send a text to. Change 'Hello world' to the text you'd like your message to feature.
8. Press the 'Enter' key. You have successfully sent an SMS message from the command prompt.

No comments:

Post a Comment