1
Programming / Re: [Classic Rexx] How can one pipe data to application?
« on: June 11, 2025, 06:36:59 pm »ok, this pipe info out of the application into the script (WIN),
how do one send instructions out from the script (WIO) into the application (applications stdin)?
Use the pipe as input mode too
may be specifying dual mode (I didn't have time to give it a try)+ something like <\pipe\nnnnnnn before the >\pipe\nnnnnnn and instcnt to 2!
Use the write function from rxutilex to write into the pipe
The application should support using pipe input and output.
sqlite3 seems to use special syntax