vote up 1 vote down star

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 arguments the clear tool command cant taking it, please do any one know the solution for this

flag

80% accept rate

1 Answer

vote up 1 vote down check

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

link|flag
it is working Thank you – dagg Oct 22 at 14:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.