bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] working with )HOST


From: Christian Robert
Subject: Re: [Bug-apl] working with )HOST
Date: Fri, 4 Mar 2016 22:14:07 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0



On 2016-03-04 21:54, address@hidden wrote:
./shellscript.sh yadda.file yadda.file.new

I would use popen("./shellscript.sh yadda.file yadda.file.new","r")
then "pclose()" on the stream when it return EOF
rather than ")host ./shellscript.sh yadda.file yadda.file.new"



   Zh ← As ⎕FIO[24] Bs    popen(Bs, As) command Bs mode As
   Zh ←    ⎕FIO[24] Bs    popen(Bs, "r") command Bs
   Ze ←    ⎕FIO[25] Bh    pclose(Bh)


my 2 cents,

Xtian.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]