SMS 2way problem

SMS 2way problem SearchSearch
Author Message
Anonymous
 
Posted on Sunday, June 13, 2004 - 05:08 pm:   

how would i execute a command using 2way sms without replaying to the sender please help

i dont want the gateway to capture the text i want it only to excute a programe like this

c:\funny @@SENDER@@

thats all please help
Anonymous
 
Posted on Sunday, June 13, 2004 - 05:17 pm:   

also i didnt check the auto responce ut it still replay to the sender

help
M.A.M.F
New member
Username: Mamf

Post Number: 7
Registered: 06-2004
Posted on Tuesday, June 15, 2004 - 04:57 pm:   

if u are in a windows environment then i think windows scripting is a good way to perform many things in 2way sms.
u can reply back or just log into a file or whatever u think of.
an example of using it is in the following thread
http://support.nowsms.com/discus/messages/1/4869.ht ml
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2826
Registered: 10-2002
Posted on Tuesday, June 15, 2004 - 07:26 pm:   

"Command returns response text" should not be checked.

Edit the existing command definition. Make sure that this setting is not checked. If it is, uncheck, and press "Add" to re-add the command. Then "Apply" to save the change.

-bn
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2827
Registered: 10-2002
Posted on Tuesday, June 15, 2004 - 07:29 pm:   

And if you think the "Command returns response text" button is not checked, then I'd like to see your SMSGW.INI file.

A typical entry for a 2-way command will look like this:

ReceiveSMSCommand1=* c:\windows\system32\cmd.exe /c echo Echo @@FullSMS@@ Yes

The third parameter (tab delimited) is a Yes/No parameter for whether or not a command response is trapped. Yes means that it is.

-bn