Can't use the MMSCOMP utility

Can't use the MMSCOMP utility SearchSearch
Author Message
aya
Unregistered guest
Posted on Thursday, December 04, 2003 - 08:05 pm:   

Hello,
I am not able to use the MMSCOMP. when i double click on it my PC beeps and the black DOS screen apears for few milliseconds, then disapears.
I also tried sending the mms compiled files i found in one of the threads. i wasn't able to get the audio and picture files i anly recieved the text.
one more thing, on the nowsms web interface , when i try sending mms messages with the " send mms message" option, i don't recieve an mms. However if i send the message using the " send WAP multimedia message" i recieve the mms notification and the message text part with no audio or picture. please help....
yanxh
New member
Username: Yanxh

Post Number: 10
Registered: 11-2003
Posted on Friday, December 05, 2003 - 01:21 am:   

MMSCOMP is a command-line program.you can use it to make a MM package. you write a head file with mm text content and then use "c:\>MMSCOMP head.file data.txt test.jpg " to get a mm file.

first you write a head file below(named mmsend.hdr)

X-Message-Type: m-Send.req
X-Transaction-ID: 123456790
X-Message-Version: 1.0
From: yourmail@hotmail.com
To: 12345374538
.....
Content-Type: Application/vnd.wap.Mixed

c:\> MMSCOMP mmsend.hdr my.txt my.jpg my.audio
c:\> dir
you can see a my.mms file in the current directory, it is just MMS pdu.


Anonymous
 
Posted on Sunday, April 04, 2004 - 04:44 pm:   

How can i call thie MMSCOMP from with in ASP page?