09-29-2024, 12:14 AM
(This post was last modified: 09-29-2024, 12:15 AM by ahenry3068.)
(09-28-2024, 02:49 PM)bplus Wrote: How about working through the _Clipboard?
That might work sometimes but I really want to do something like this
Basic.ish psuedo code:
shell _dontwait "someprogramIneed | mypipe"
open "mypipe" for input as #1
do
LINE INPUT #1, MyVar$
Parse_Var_and_TakeAction MyVar$
loop until EOF(mypipe)