I want to do automation of the process of taking latest code from ClearCase.
I am able to get latest using rcleartool
in cmd successfully.
Now, I need to automate this cmd script as well.
Can someone please suggest me how should I go about it?
Should I create a .bat
file?
Also, does rcleartool
command return some value (0 or 1) (apart from the "done loading" message, so that my program can check whether or not the update process was successful?