I am trying to execute multiple mklabel
commands in rcleartool
from cmd in a batch file.
The commands that I am using are like:
echo Server URL | rcleartool mklabel Label_Name Object1
echo Server URL | rcleartool mklabel Label_Name Object2
echo Server URL | rcleartool mklabel Label_Name Object3
.
.
It is taking too long to execute each command.
I have tried finding a way for executing the mklabel
commands in a single rcleartool
session. But I didn't find any.
How to achieve this in one call instead of 3 (or n)?