How to send a command to the system?

Borislav Kosharov bosak at gmail.com
Wed Aug 7 09:53:43 PDT 2013


On Wednesday, 7 August 2013 at 15:21:43 UTC, Dicebot wrote:
> On Wednesday, 7 August 2013 at 15:12:09 UTC, Borislav Kosharov 
> wrote:
>> I want to send a pause command to the system like in C++: 
>> system("pause");
>> Or like in Ruby: `pause`
>>
>> Something like that. I searched the library, but I haven't 
>> found it. I tough that it might be std.system, but it was only 
>> to check the OS at runtime.
>
> http://dlang.org/phobos/std_process.html#.execute ?

Oh nice, thanks. I see that process has many useful functons.


More information about the Digitalmars-d-learn mailing list