MCtone

MCtone SearchSearch
Author Message
Venkata Satish
New member
Username: Venkat_9099

Post Number: 5
Registered: 06-2004
Posted on Monday, June 21, 2004 - 11:20 am:   

Hi,

Anybody has knowledge of using mctone from ASP?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2883
Registered: 10-2002
Posted on Tuesday, June 22, 2004 - 07:59 pm:   

Does that program even have a command line option?

I've used Mike Kohn's ringtonetools in the past (but never from ASP). It runs as a simple command line program, so it should be possible to spawn it from ASP if you need to.

http://ringtonetools.mikekohn.net/

Here are some links that discuss that utility program:

http://support.nowsms.com/discus/messages/1/3778.html
http://support.nowsms.com/discus/messages/1/602.html
http://support.nowsms.com/discus/messages/1/347.html
http://support.nowsms.com/discus/messages/1/3306.html
Venkata Satish
New member
Username: Venkat_9099

Post Number: 9
Registered: 06-2004
Posted on Wednesday, June 23, 2004 - 07:14 am:   

I got ringtone tools.. But the thing is, I am accepting ringtones in RTTTL format from the users and need to convert it into Hex format for me to post to the SMSC.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2902
Registered: 10-2002
Posted on Friday, June 25, 2004 - 04:08 pm:   

Understood. I'm sure there has to be a way of launching a command-line program from ASP.

A simple search points me to the following link using WScript.Shell from within ASP to launch a program.

http://authors.aspalliance.com/chrisg/default.asp?article=62