passtest.cmd
资源名称:DOS系统的源代码.rar [点击查看]
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:0k
源码类别:
操作系统开发
开发平台:
Visual C++
- @echo off
- if "%1"=="" goto USAGE
- echo This build passed the test suites. >> c:buildrel_%1read.me
- goto END
- :USAGE
- echo USAGE: passtest xx.yy
- echo where Rel_xx.yy is the name of the directory in which
- echo the build that passed the test is archived
- :END