msh.bat
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:0k
源码类别:

操作系统开发

开发平台:

Visual C++

  1. echo off
  2. del log
  3. del err
  4. redirect -e log make localSources -f ..irmakefile > log
  5. make -n %1 %2 %3 qb3sh.exe -f makefile -f ..qbmakefile -f ..irmakefile >makeit.bat
  6. redirect -e err makeit >> log
  7. del makeit.bat
  8. fgrep warning log err
  9. fgrep error log err