[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Visual C++ Mygnokii GUI Problem
From: |
Leos Tovarek, Ph.D. |
Subject: |
Re: Visual C++ Mygnokii GUI Problem |
Date: |
Wed, 24 Apr 2002 14:23:06 +0300 |
>
> But when I send this line I'm told that the "Process
> cannot be created":
> sprintf (cmdline, "C:\\THE PROJECT\\Interface\\echo
> Test Message | mygnokii --sendsms ********");
>
Try this:
sprintf (cmdline, "echo \"Test Message\" | C:\\THE PROJECT\\Interface\\mygnokii
--sendsms ********");
Regards ;))