How suppress DMC File name and path showing after compile?

Paul Backus snarwin at gmail.com
Thu May 6 16:00:03 UTC 2021


On Thursday, 6 May 2021 at 15:55:07 UTC, Marcone wrote:
> dmc Programa.cpp && Programa.exe
>
> is showing this, but I want show only "Hello World!"
>
>
> C:\Users\Usuario\Arquivos\Estudando\C\Programa.cpp: <--- I 
> don't want DMC show this.
> Hello World!
> [Finished in 0.2s]

Redirect the compiler's output to NUL:

https://docs.microsoft.com/en-US/troubleshoot/cpp/redirecting-error-command-prompt


More information about the Digitalmars-d-learn mailing list