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

操作系统开发

开发平台:

Visual C++

  1. @echo off
  2. if "%1"=="" goto USAGE 
  3. echo This build passed the test suites. >> c:buildrel_%1read.me
  4. goto END
  5. :USAGE
  6. echo USAGE:  passtest xx.yy
  7. echo         where Rel_xx.yy is the name of the directory in which
  8. echo         the build that passed the test is archived
  9. :END