Unfortunately i'm new to using shells.

I use standard windows cmd. Here is my script:

dmd main.d -debug -unittest -wi

if %errorLevel% equ 0 (
        start main.exe
) else (
        echo --- Building failed! ---
        pause
)

I wrote "start main.exe 2> errorFile" but it doesn't work. errorFile is empty.

Reply via email to