09-28-2024, 01:35 PM
When using the Shell command I can redirect STDOUT with the standard command line syntax. I have used the technique to use write files then open them in my code.
However Is there a way to have the program output to a pipe and have my program read from the pipe without using an intermediate file ?
However Is there a way to have the program output to a pipe and have my program read from the pipe without using an intermediate file ?