Hmmm... no wait... you are working with Gambas 2. I don't know what is wrong. Please send little project to demonstrate the problem.
Jussi On Wed, Mar 23, 2011 at 17:12, Jussi Lahtinen <[email protected]>wrote: > Name is missing... > $hProcess = SHELL ("get_iplayer --stream 13280 | mplayer -cache 3072-") FOR > WRITE *As "Process"* > > Jussi > > > > > On Wed, Mar 23, 2011 at 10:37, Bill-Lancaster > <[email protected]>wrote: > >> >> 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. >> >> >> >> ------------------------------------------------------------------------------ >> 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
