Search found 3 matches

by Carotino
Tuesday 26th December 2023 11:00pm
Forum: Beginners
Topic: Process: write to its stdin and capture its stdout
Replies: 6
Views: 39645

Re: Process: write to its stdin and capture its stdout

Well, congrats for your research! By the way I understood what I previously referred to as "magical", that is Event names. In the end I think I'll end up to use something to the likes of Shell "Echo something | mySoftware" To myVariable or, which I thinks should be better in the ...
by Carotino
Tuesday 26th December 2023 10:22pm
Forum: Beginners
Topic: Process: write to its stdin and capture its stdout
Replies: 6
Views: 39645

Re: Process: write to its stdin and capture its stdout

vuott wrote: Tuesday 26th December 2023 9:50pm
Carotino wrote: Tuesday 26th December 2023 6:09pm
    Print ostrega    
...ma sei Veneto ?
LOL hai ragione, in realtà sono bergamasco, di solito uso nomi sensati per le variabili ma per l'appunto ero arrivato all'ostrega:)
by Carotino
Tuesday 26th December 2023 6:09pm
Forum: Beginners
Topic: Process: write to its stdin and capture its stdout
Replies: 6
Views: 39645

Process: write to its stdin and capture its stdout

Hello to everybody. I have this problem. I need to Exec a command, writing to its standard input, then capturing what it writes to stdout. I've been bouncing back and forth in the Gambas documentation wiki, without much success. Dim proc As Process proc = Exec [...] For Read Write ' this seems to wo...