Run a command-line process with data sent, and retrieve the data.

Ali Çehreli acehreli at yahoo.com
Fri Jun 10 17:49:20 UTC 2022


On 6/10/22 10:40, Ali Çehreli wrote:

 >    https://dlang.org/library/std/process/pipe_process.html

I realized you may be happier with the following if all you need is stdout:

   https://dlang.org/library/std/process/execute.html
   https://dlang.org/library/std/process/execute_shell.html

Ali



More information about the Digitalmars-d-learn mailing list