How to open a webpage in D?

Taylor Hillegeist via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Aug 31 15:29:34 PDT 2015


On Monday, 31 August 2015 at 22:21:20 UTC, Taylor Hillegeist 
wrote:
> I thought that perhaps spawing a process would work but
>
> execute("PATH TO HTML 
> FILE",null,Config.none,size_t.max,dirName(exepath));
>
> Didn't seem to work? any ideas?

Actually executeShell worked for me thanks for the reference to 
Std.process.


More information about the Digitalmars-d-learn mailing list