An example of 2 way sms scripting | ![]() |
NowSMS Support Forums ⬆ NowSMS Support - SMS Issues ⬆ Archive through September 15, 2003 ⬆ |
◄ ► |
Author | Message | |||
lars mservice |
Hi. This is a small example of how to use scripting when working with the 2 way sms system i nowsms. This example should get you started on making your own creative services using nowsms. I have done a lot now and is still writing more and more advanced features into it so that many more services can be sold to our customers. Enough said here's the example using wscript. Open nowsms and go to the 2 way sms tab. Type in a keyword or just an asterix * in the sms command prefix field. In the Command to excute do something like this: c:\windows\system32\cscript.exe //Nologo c:\temp\incall.vbs @@SENDER@@ @@SMSPREFIX@@ @@SMS@@ Use whatever path or filename you desire. Now open notepad and put this into it:
save it given the filename tou wrote in the Command to execute field. eg. incall.vbs Now when somebody sends a sms with your selected keyword, nowsms will execute the vbsfile. In this example it will put all into a logfile. Thats it basically. Now this 2 way sms tool is very usefull. Just imagine what you can use it for. Hope this little thing will help some outthere to get started.. In doubt... mail me... ;)Lars |