开发者

how do i assign the arguments in the cleartool command in batch file

开发者 https://www.devze.com 2022-12-09 08:01 出处:网络
i have written the batch file as follows v: cd view/vob/component set /p comment=\"enter comment: \" set /p base_line=\"enter baseline: \"

i have written the batch file as follows

v:
cd view/vob/component

set /p comment="enter comment: "
set /p base_line="enter baseline: "

cleartool mkbl -c "%comment%" %base_line%

cd\

c:`

even though i assign argu开发者_JS百科ments the clear tool command cant taking it, please do any one know the solution for this


Try to put a echo "%comment%" %base_line% before calling the cleartool

0

精彩评论

暂无评论...
验证码 换一张
取 消