Help for this page

Select Code to Download


  1. or download this
    cmd /c "make  2>&1 | perl vcproj_filter.pl"
    
  2. or download this
    make > output.txt 2>&1
    perl %ERRORLEVEL% output.txt"
    
  3. or download this
    cmd /c "make  > output.txt 2>&1 && perl %ERRORLEVEL% output.txt"