Marcone via Digitalmars-d-learn Thu, 10 Dec 2020 13:05:58 -0800
execute(["cmd", "/c", "dmd test.d", "&&", "start test.exe"]);
How can I substitute && ?