cc Command
From Wiki077
cc operator_path
Change the working component to the path specified. You can use wildcard characters like * and ? in the path patterns.
Examples
cc /
The following all go to /project1 in the default TouchDesigner:
cc /project1 cc /pr* cc /project?
From there you can run any command on nodes in that component:
lc
