executing a clearcase command through a c program -
i trying execute following clearcase command through c program.
system("ct pwv");
but i'm getting error. :permission denied.
would please suggest solution problem. thanks.
try cleartool
:
system("cleartool pwv");
Comments
Post a Comment