Ads

Showing posts with label send sms using cmd. Show all posts
Showing posts with label send sms using cmd. Show all posts

Thursday, March 17, 2016

SMS Caster Keygen Download - SMS Caster 3.6 Serial Keys - SMS Caster 3.6 Keygen Download

SMS Caster ::
:: A Live Video on How to do? ::



:: ::

SMS marketing software: Send bulk SMS with mobile phone from PC!
SMSCaster E-Marketer is powerful SMS message broadcasting software for e-marketing. It allows you to send bulk SMS messages to your customers and receive reply from them with mobile phone connected to the computer.
If differs from other software which rely on an SMS gateway on the Internet.

Mobile phone can be connected by USB data cable, serial data cable or Bluetooth. Beside mobile phones, it works with GSM modems or cellular terminals.
Support different languages: GSM 7-bit alphabet and UCS2 unicode character set, including Chinese, Japanese, Korean, Arabic and Cyrillic. Manage your contacts: contact list management, with import and export wizard for your existing data.
Features:
- Send SMS with mobile phone connected to the computer.
- 2 way SMS: Receive SMS for response from recipients.
- Unlimited use, unlimited number of SMS sent and received.
- Do not rely on an Internet SMS gateway, no need to buy credit before start.
- SMS mail merge: Insert name, phone number and 5 customizable fields into the outgoing message content.
- Contact list management, with import and export wizard.
- Support GSM 7-bit and unicode UCS2 character set (Chinese, Japanese, Korean, Arabic and Cyrillic).
- Support long SMS over 1000 characters; Support Flash SMS for immediate display.
- User friendly, easy to use, plug and play design.
- Compatible with major brands of mobile phone: Nokia, Motorola, Samsung and Sony Ericsson.
Benefits: low cost, no registration, no prepay or buy any credit before start, no need for internet connection to send SMS.

Serial Keys :
Key # 0 = MWMS5-TLK7M-5WP4E-54V3N-HBT6C-22X4H
Key # 1 = FXQ2X-HHQLU-HQ9JS-YRDMB-4QE5H-NH5LC
Key # 2 = BR9KC-2GXB6-99RY2-MLRUG-XCQ22-K4C2HKey # 3 = KLDDH-37HTG-3NXN8-8SDNX-DJT7W-BFHVE

Note : SMS Caster 3.6 Keygen is not free you have to buy it.
You can Generate unlimited number of keys by using SMS Caster 3.6 Keygen.You can use it for Multi Computers.
Please contact me to buy Full SMS Caster 3.6 Keygen

Visit here and try to download it for free: https://ckk.ai/smscasterkeygen

Mobile    :   +923039470421   ,   +923025174440
Email       :   skiet.info@gmail.com  ,   masge.info@gmail.com

You can pay with MobiCash, My Account number is 03039470421

Monday, September 28, 2015

SMSCaster - SMS Command Line Interface for Developers

SMSCaster Command Line Interface v0.4

Commnad line options for SMSCaster E-Marketer

Syntax:
  smscaster.exe [Project File] [-Option1 <arg1> <arg2> ...] [-Option2 <arg1> <arg2> ...] ...
 
Description:
  All options begin with '/' or '-'. They are case insensitive.

Available Command Line Options
  -Compose
  -ImportOutbox <filename> 
  -Queue <N>
  -Start
  -Stop
  -Long
  -Flash
  -ForceUCS2
  -NoSplash
  -NoRestore

[Project File]
  Meaning: The project file to be opened.
  Example: smscaster.exe "c:\My Project.sms"
  Remark: Filename must come first if any.

-Compose <PhoneNum>|<PhoneListFile> <Message>|<Message File>
  Meaning: Compose new SMS to the outbox.
       
  Example 1. Send to a particular phone number. SMS is sent immediately
    smscaster.exe -Compose +85291268167 "Hello World." -Start
   
  Example 2. Send to a particular phone number. SMS is stored in the outbox.
    smscaster.exe -Compose +85291268167 "Hello World."   
  
  Example 3. Send to a list of phone numbers stored in a text file.
    smscaster.exe -Compose c:\PhoneNum.txt "Hello World."
 
  Example 4. Send to a particular phone number with content stored in a text file.
    smscaster.exe -Compose +85291268167 c:\content.txt
   
  Example 5. Send to a list of phone numbers with content stored in a text file.   
    smscaster.exe -Compose c:\PhoneNum.txt c:\content.txt
 
  Remark:
    <Message> argument - If message content is passed directly in the argument, these characters need to be encoded:
      "   Double Quote    -> %22
      LF  Line Feed       -> %0A
      CR  Carriage Return -> %0D
   
    <PhoneListFile> contains list of phone numbers, which are separated by comma or start on a new line.
   
-ImportOutbox <filename> 
  Meaning: Import from a CSV file into the outbox
  Example: smscaster.exe -ImportOutbox c:\outbox.csv
  Remark: There are two columns in the CSV file. First is for phone number and second is for message content. 
 
-Queue <N>
  Meaning: Specify which queue to go, where N is from 0-5. Works with -Compose and -ImportOutbox option.
 
  Example 1. Compose a single SMS and put it into queue 1.
    smscaster.exe -Compose +85291268167 "Hello World." -Queue 1
   
  Example 2. Import from a CSV file into the outbox and specify which queue to go.
    smscaster.exe -ImportOutbox C:\Outbox.csv -Queue 2
   
  Remarks: This is for the Enterprise Edition only. 

-Start
  Meaning: Start sending sms in the outbox and receiving.
  Example: smscaster.exe -Start
  Remark: To start automatically, you must have the COM port selected properly before automation.
 
-Stop
  Meaning: Stop sending and receiving.
  Example: smscaster.exe -Stop
 
-Long
  Meaning: This is a long SMS. Must be used with -Compose option to be meaningful.
  Example: smscaster.exe -Compose +85291268167 "Very long sms here..." -Long
 
-Flash
  Meaning: This is a flash SMS. Must be used with -Compose option to be meaningful. 
  Example: smscaster.exe -Compose +85291268167 "Hello World." -Flash 
 
-ForceUCS2
  Meaning: This SMS is encoded using UCS2. Must be used with -Compose option to be meaningful.   
  Example: smscaster.exe -Compose +85291268167 "Hello World." -ForceUCS2
 
-NoSplash
  Meaning: Do not display the splash screen. Applicable only when the program is started at the first time.
  Example: smscaster.exe -NoSplash
 
-NoRestore
  Meaning: Do not bring up and restore the existing window. Applicable only when the program is already started and running.
  Example: smscaster.exe -NoRestore