Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using pipes.
#4
(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)
Reply


Messages In This Thread
Using pipes. - by ahenry3068 - 09-28-2024, 01:35 PM
RE: Using pipes. - by bplus - 09-28-2024, 02:49 PM
RE: Using pipes. - by ahenry3068 - 09-29-2024, 12:14 AM
RE: Using pipes. - by grymmjack - 09-28-2024, 04:51 PM
RE: Using pipes. - by Gomez Addams - 09-29-2024, 01:58 PM
RE: Using pipes. - by TerryRitchie - 09-29-2024, 03:20 PM
RE: Using pipes. - by Gomez Addams - 09-29-2024, 06:18 PM
RE: Using pipes. - by SpriggsySpriggs - 10-01-2024, 11:45 AM



Users browsing this thread: 1 Guest(s)