Help for this page
cmd /c "make 2>&1 | perl vcproj_filter.pl"
make > output.txt 2>&1 perl %ERRORLEVEL% output.txt"
cmd /c "make > output.txt 2>&1 && perl %ERRORLEVEL% output.txt"