SMS Command Table

SMS Command Table SearchSearch
Author Message
supi
Unregistered guest
Posted on Thursday, August 05, 2004 - 03:54 pm:   

I have the following command for incoming SMS. Each time I try to send a message, I get the response below. What I'm I doing wrong?

Command:
ReceiveSMSCommand1=* d:\sms\config\incomingsms.vbs "@@SENDER@@" "@@PREFIX@@" "@@SMS@@" No

Response:
Command not completed. System error executing associated command.

I know the script works as I have tested it at a command prompt. Any ideas?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 3227
Registered: 10-2002
Posted on Tuesday, August 10, 2004 - 08:03 pm:   

Hi supi,

You need to start a command processor to run the script.

Before d:\sms\config\incomingsms.vbs, add c:\windows\system32\cmd.exe /c ... and this should take care of the problem.

-bn