Receiving Number in log

Receiving Number in log SearchSearch
Author Message
Ib Mohn
New member
Username: Ibmohn

Post Number: 1
Registered: 09-2006
Posted on Friday, October 13, 2006 - 12:48 pm:   

Hi is it possible to diable ",SMS modemnumber" in the log file
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6653
Registered: 10-2002
Posted on Friday, October 13, 2006 - 04:54 pm:   

No.

You can disable the message text from being included in the log by adding ExcludeSmsDetailsFromLog=Yes under the [SMSGW] header in SMSGW.INI. However, sender and recipient details will always be present.
Ib Mohn
New member
Username: Ibmohn

Post Number: 2
Registered: 09-2006
Posted on Friday, October 13, 2006 - 05:34 pm:   

okay thanks
Can U provide me with a stepp by stepp intoduction how to make a bath file to receive SMS text and put it in to a file.

Lisa says that I must say I am a costomer
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6675
Registered: 10-2002
Posted on Friday, October 13, 2006 - 10:02 pm:   

If you want to try to keep it simple and process a received SMS in a batch file, then you need to use a scripting language like Windows script to process the message.

Here is an old thread that provides a good example:

http://support.nowsms.com/discus/messages/1/333.html

Note that you may need to use cscript.exe as the script processor, as opposed to wscript.exe which is referenced in that thread.

Basically the example just receives a message and logs it to a text file.