[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to send sms from file
From: |
yueyue papa |
Subject: |
Re: How to send sms from file |
Date: |
Wed, 11 Jun 2008 15:23:01 +0800 |
Thank you.
I am using MSVS2005 do some debug. The pipe line style is a little
hard for MSVS to debug. There is only command setting in the MSVS.
I suggest to give an option -f filename to let --getsms from file. -f
is an standard linux read file option.
On 6/11/08, Jari Turkia <address@hidden> wrote:
> Pawel Kot wrote:
> >
> > > If you only need to send, you can also use gnokii --sendsms, which
> > > reads message body from stdin.
> > >
> > Perhaps some issue with win32 environment. But I'd say it's up to you
> > to debug the problem.
> >
>
> Sure there is. :-)
> We are so used to using stdin and pipes, that every *nix developer simply
> assumes that they work similarily on Windows. They don't.
>
> There is a way of reading keyboard input and there is a way of reading
> stdin. Funnily enough, combining both is not easy.
>
> Regards,
> Jari Turkia
>
>
>
> _______________________________________________
> gnokii-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/gnokii-users
>