passtest.cmd
来自「Microsoft MS-DOS6.0 完整源代码」· CMD 代码 · 共 11 行
CMD
11 行
@echo off
if "%1"=="" goto USAGE
echo This build passed the test suites. >> c:\build\rel_%1\read.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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?