Reagan: CreateProcess()?

Clay Smith clayasaurus at gmail.com
Mon Jul 16 11:43:41 PDT 2007


okibi wrote:
> Hey Reagan,
> 
> I took your suggestion about getting system() to run without a window by creating a CreateProcess(). I looked at your example on:
> 
> http://www.digitalmars.com/d/archives/digitalmars/D/29556.html
> 
> I can't get it to compile! I'm getting an error for expecting type ulong on line 107 in your pipestream.d file.
> 
> Any ideas?
> 
> Thanks!

Here you go:

Windows info:
http://paste.dprogramming.com/dptyg7pt.php

Create Process:
http://paste.dprogramming.com/dpsgva0j.php

You can use execProcess or my ChildProcesses class.

~ Clay


More information about the Digitalmars-d-learn mailing list