On Tuesday, 4 August 2020 at 19:52:47 UTC, Andy Balba wrote: > i.e. D equivalent to C++ command system("MyExe") Apart from std.process, you can also call the C function in D after importing core.stdc.stdlib: https://dlang.org/library/core/stdc/stdlib/system.html