2 way rules not performing!

2 way rules not performing! SearchSearch
Author Message
Itengo
Unregistered guest
Posted on Saturday, October 22, 2005 - 04:48 pm:   

d:\windows\system32\cmd.exe /k echo Echo @@FULLSMS@@........ @@SENDER@@

this is not performing.. i am spending a lot of money smsing to test and keep on not working.. i got one more 2way rules which is
http://192.168.1.100:8800/?phonenumber=@@SENDER@@&text=123123123
this works
but not the 1st one! comeon.. someone PLEASE help me!!!
itengo
Unregistered guest
Posted on Saturday, October 22, 2005 - 05:11 pm:   

or rather i say, after i edit something, i apply changes, then i restart, it will say port in use.. requested for me to change port.. i change to another port and it work, but ALL 2 way stop working already..

i slove the problem by restarting com, sometime even reinstalling the program.. IS IT SHOULD BE LIKE THIS? everytime a changes is made, must restart computer? the shutdown service don't shut down the ports i think. BUT i am not able to go to the port at my browser.. only NOWSMS saying that the port is in use.. why so much problem?
itengo
Unregistered guest
Posted on Saturday, October 22, 2005 - 07:05 pm:   

can i not run NOW SMS in background Service? the CMD cannot be seen (its running on background, how i know, i made a .bat file for it to run with sound, the sound plays but no cmd popup)
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5188
Registered: 10-2002
Posted on Tuesday, October 25, 2005 - 04:49 pm:   

First of all, you should NOT use "/k" when running cmd.exe. You'll notice that our example in the documentation uses "/c".

"cmd /k" causes the command processor to stay in memory forever (not exit), which would definitely prevent the 2-way command from working, because the command will NEVER finish.


quote:

can i not run NOW SMS in background Service? the CMD cannot be seen (its running on background, how i know, i made a .bat file for it to run with sound, the sound plays but no cmd popup)




If you are expecting a 2-way commmand to display something on your screen, it will NOT. NowSMS runs as a service, and any 2-way commands will run in the background under the control of the service process.

itengo
Unregistered guest
Posted on Tuesday, October 25, 2005 - 06:41 pm:   

can it not run as a service?