I think you need to use shell if you need pipes. http://gambasdoc.org/help/doc/shellexec
Jussi On Tue, Mar 22, 2011 at 11:07, Bill-Lancaster <[email protected]>wrote: > > This works OK in terminal:- > > get_iplayer --stream 12735 | mplayer -cache 3072 - > > But I can't get it to run in EXEC, e.g > > $hProcess = EXEC ["get_iplayer", "--stream", "12735", "|", "mplayer", > "-cache", "3072 -"] > > and all kind of other permuations. > > Any help would be appreciated > > Bill Lancaster > > -- > View this message in context: > http://old.nabble.com/help-with-EXEC-usage-tp31208112p31208112.html > Sent from the gambas-user mailing list archive at Nabble.com. > > > > ------------------------------------------------------------------------------ > Enable your software for Intel(R) Active Management Technology to meet the > growing manageability and security demands of your customers. Businesses > are taking advantage of Intel(R) vPro (TM) technology - will your software > be a part of the solution? Download the Intel(R) Manageability Checker > today! http://p.sf.net/sfu/intel-dev2devmar > _______________________________________________ > Gambas-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
