Thread overview | |||||
---|---|---|---|---|---|
|
January 19, 2013 Opening a web | ||||
---|---|---|---|---|
| ||||
How to open a website in D with your default browser? |
January 19, 2013 Re: Opening a web | ||||
---|---|---|---|---|
| ||||
Posted in reply to SaltySugar | > How to open a website in D with your default browser? import std.process; int main(string[] args) { browse("http://dlang.org"); return 0; } |
January 19, 2013 Re: Opening a web | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mirko Pilger | On Saturday, 19 January 2013 at 08:09:01 UTC, Mirko Pilger wrote:
>> How to open a website in D with your default browser?
>
> import std.process;
>
> int main(string[] args)
> {
> browse("http://dlang.org");
> return 0;
> }
Thank you, man!
|
Copyright © 1999-2021 by the D Language Foundation