Action
|
Description
|
shell
|
Sets up a Windchill environment in a new instance of the currently running shell.
|
start
|
Starts the Windchill server.
|
stop
|
Stops the Windchill server.
|
status
|
Retrieves the status of the Windchill server.
|
version
|
Displays the Windchill installation version.
|
properties <resource>
[,...][?key[&key2]...]
|
Displays the properties as seen by Windchill for the given resource with substitution and other actions executed. It can be limited to a given set of keys.
For example:
windchill properties wt.properties – lists all wt.properties
windchill properties wt.properties?wt.server.codebase – lists server codebase
windchill properties wt.properties?wt.env.* – lists all the environment variables use by windchill shell
windchill properties – generates the help report with no arguments
|
CLASS [CLASS_ARGS]
|
Run a Windchill class with optional class arguments. For example:
windchill wt.load.Developer -UAOps
|