Home » Documentation » Multiple modems / phones

Using SMS Enabler with multiple modems and phones

It is possible to use SMS Enabler with more than one modem or phone connected to the same computer. To accomplish this, you must run multiple instances of SMS Enabler and configure each instance for use with a different modem or phone. To run multiple instances you should use /i command line switch as follows:

smsenabler.exe /i <UniqueInstanceName>
where instead of <UniqueInstanceName> you must specify a unique name to name the instance.

For example, in order to run 3 copies of SMS Enabler simultaneously, you can create a .bat file and put these 3 lines in it:

start "" "C:\Program Files (x86)\SMSENABLER.com\SMS Enabler\smsenabler.exe"
start "" "C:\Program Files (x86)\SMSENABLER.com\SMS Enabler\smsenabler.exe" /i instance2
start "" "C:\Program Files (x86)\SMSENABLER.com\SMS Enabler\smsenabler.exe" /i instance3

Note: The path to smsenabler.exe can be different on your computer. Correct it, if needed.
Note also, that one of the multiple instances can be run without /i switch