Is there a way to apply two ClearCase labels from a command line ( on Windows ) in a single cleartool find command running on a snapshot view ? Meaning when running this simple command I want that 2 labels (REL3 and REL3_NEW) will be applied and not just REL3
cmd-context find . –version 'version(\main\LATEST) && ! lbtype(REL3)' ^
–exec 'cleartool mklabel –replace REL3 %CLEARCASE_XPN%'