Re: running an external .exe

2010-02-16 Thread Jesse Phillips
Funog wrote: > Is it possible to run an external .exe and have access to its standard > input/output? Apparently std.process does not allow this. > > In D2 std.process has an undocumented function: string shell(string cmd) which will give you the output. But might be undocumented because it do

Re: DMD on x86_64

2010-02-16 Thread Brad Roberts
On 2/16/2010 10:05 PM, Jesse Phillips wrote: > Robert Clipsham wrote: > >> On 16/02/10 15:20, Jesse Phillips wrote: >>> Robert Clipsham wrote: >>> I don't use ubuntu, so those instructions don't apply to me. >>> >>> I don't either, but the instructions still apply to me. What distro are >>> y

Re: DMD on x86_64

2010-02-16 Thread Jesse Phillips
Robert Clipsham wrote: > On 16/02/10 15:20, Jesse Phillips wrote: >> Robert Clipsham wrote: >> >>> I don't use ubuntu, so those instructions don't apply to me. >> >> I don't either, but the instructions still apply to me. What distro are >> you using? If you figure it out, write up some instructio

Re: running an external .exe

2010-02-16 Thread BCS
Hello Funog, Is it possible to run an external .exe and have access to its standard input/output? Apparently std.process does not allow this. I think there is a pstream or PipeStream somewhere but I don't remember where I saw that. -- ... <

running an external .exe

2010-02-16 Thread Funog
Is it possible to run an external .exe and have access to its standard input/output? Apparently std.process does not allow this.

Re: DMD on x86_64

2010-02-16 Thread Robert Clipsham
On 16/02/10 15:20, Jesse Phillips wrote: Robert Clipsham wrote: I don't use ubuntu, so those instructions don't apply to me. I don't either, but the instructions still apply to me. What distro are you using? If you figure it out, write up some instructions for it. I'm using Arch Linux. I'v

Re: DMD on x86_64

2010-02-16 Thread Jesse Phillips
Robert Clipsham wrote: > I don't use ubuntu, so those instructions don't apply to me. I don't either, but the instructions still apply to me. What distro are you using? If you figure it out, write up some instructions for it.

Re: DMD on x86_64

2010-02-16 Thread Lars T. Kyllingstad
Robert Clipsham wrote: On 15/02/10 21:44, Jesse Phillips wrote: Robert Clipsham wrote: I've been wanting to try D2 properly for a while now, but as I use linux x86-64 I've had to resort to using a virtual machine, which is really off putting when I just want to play around with it. I've read m