[Gambas-user] help with EXEC usage
Bill-Lancaster
bill-lancaster at ...2231...
Wed Mar 23 09:37:17 CET 2011
Jussi, thanks for the advice.
I forgot to mention that it worked also with SHELL but I had no control over
the process.
$hProcess = SHELL ("get_iplayer --stream 13280 | mplayer -cache 3072
-") FOR WRITE
Neither
PRINT #$hProcess, "q";
nor
IF $hProcess THEN $hProcess.Kill
nor
PRINT #$hProcess, "^c";
works.
Is there something in get_iplayer or mplayer that I'm missing or am I not
using SHELL properly?
Bill
--
View this message in context: http://old.nabble.com/help-with-EXEC-usage-tp31208112p31217709.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list