On Sunday, 28 July 2019 at 12:56:12 UTC, BoQsc wrote:
Right now, I'm thinking what is correct way to run another .d script from a .d script. Do you have any suggestions?
You mean something like execute(["rdmd", "another.d"]); ?
Kagamin via Digitalmars-d-learn Mon, 29 Jul 2019 05:40:35 -0700
On Sunday, 28 July 2019 at 12:56:12 UTC, BoQsc wrote:
Right now, I'm thinking what is correct way to run another .d script from a .d script. Do you have any suggestions?
You mean something like execute(["rdmd", "another.d"]); ?