DetachLabel
Return to Introduction  Previous page  Next page
Detaches the specified label from the secified objects.

Syntax

tc DetachLbl <LabelName> <TC Items> [-O] [-R] [-T] [-V] [-Y] [-?]  

Examples
 
Removes the Version Label 7.0.1.23 from all .pas and .dpr files in the current folder:

tc DetachLbl 7.0.1.23 *.pas *.dfm  
 
Removes the label My Label from revision 1.4 of file HELLO.PAS:

tc DetachLbl "My Label" HELLO.PAS -VR1.4  

The following table describes the command-line options available with this command.

Option
Description
-O
Specify command output parameters
-R
Recursively detach the label from sub folders as well
-T
Causes the command to terminate and return an error code when an error occurs.
-V
Specify a specific revision
-Y
Specify a Username and/or Password
@<filename>
Specify a file containing the list of files to detach the label from
-?, -H
Request online help for a command



 


© 1995-2018 MCN Software