📄 passtest.cmd
字号:
@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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -