Hided Subprocess in Dlang

Baby Beaker thegrapevine at email.com
Sat May 2 15:52:30 UTC 2020


On Saturday, 2 May 2020 at 15:42:20 UTC, Adam D. Ruppe wrote:
> On Saturday, 2 May 2020 at 15:37:09 UTC, Baby Beaker wrote:
>> Error: none of the overloads of `spawnProcess` are callable 
>> using argument types `(string, File, File, File, Config)`, 
>> candidates are:
>
> The example is prolly out of date
>
> try
>
> spawnProcess(program, null, Config.suppressConsole)

Working very well! Thank you!
A simple example using spawnShell just open notepad.exe without 
console.

spawnShell("notepad.exe", null, Config.suppressConsole);


More information about the Digitalmars-d-learn mailing list