top of page

Learn the Teamcenter Command Prompt

Writer: Glen KellerGlen Keller

Take a quick peek at the Teamcenter Command Prompt. Learn about what makes it so special. Explore the purpose for the TC_ROOT, TC_DATA, and tc_profilevars.bat/sh callouts and run a few simple Teamcenter Command Line Utilities to stretch your legs a little.


Before Diving into the demonstration, take a moment to review some essential information.


When the Teamcenter Command Prompt opens, 3 calls are made.


  • TC_ROOT - This is an installation directory for Teamcenter. The TC_BIN directory contains many of the Teamcenter Utilities that can be run in various use cases.


  • TC_DATA - This is the data model directory for Teamcenter. Typically, there is only 1 of these for a Teamcenter site. This is typically installed where the Corporate Server is installed.


  • TC_DATA\tc_profilevars - this file (.bat in Win.) contains all of the Teamcenter Environment Variables for the Teamcenter Environment to run. This file should be source controlled.


Tip. Enter set tc after opening the Teamcenter Command Prompt to print all TC_ environment variables and validate the process ran.


There are many Teamcenter Utilities. Though the instructor uses a couple with 1 or 2 arguments, the amount of things that can be accomplished using the Command Prompt is astounding! Check out the following references on information related to Teamcenter Utilities (you may need a Siemens Account to access some links).


Great post on the Siemens Community Site asking what the Teamcenter Command Prompt is. There are a lot of good comments to this entry.


Check out the Siemens provided online help for the Teamcenter 2412 Command Prompt. This document has a great set of help for getting start, and all of the Teamcenter Command Prompts listed in one place.


 

bottom of page