CMD && comand not work

Marcone marcone at email.com
Thu Dec 10 21:01:30 UTC 2020


In this very generic example && not work to finalize the instruct 
and start a new instruct. Yes, I know dmd can build and run 
without it, but this is only a example.

execute(["cmd", "/c", "dmd test.d", "&&", "start test.exe"]);

How can I substitute && ?


More information about the Digitalmars-d-learn mailing list