[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnokii's sendsms command
From: |
Pawel Kot |
Subject: |
Re: gnokii's sendsms command |
Date: |
Tue, 02 Apr 2002 16:55:26 +0200 |
>>> address@hidden 2 April 2002 16:20:54 >>>
> Me again,
> I am runing a java program which runs gnokii:
> String sndinfo;
> sndinfo = "gnokii.exe --sendsms 086XXXXXXX \r\nThis is the message\004";
> p2 = r2.exec(sndinfo);'
sndinfo = "echo 'This is the message' | gnokii --sendsms 086XXXXXXXXXX";
pkot
- Re: gnokii's sendsms command,
Pawel Kot <=