Arguments (optional)
|
Description
|
||
-h, --help
|
Displays help and exits.
|
||
-v, --[no]verbose
|
Explains what is being done when a command is executed. Default is:
-- noverbose
|
||
-w, --wthome=DIR
|
Sets the Windchill home directory. Default is the parent directory containing the windchill script.
|
||
--java=JAVA_EXE
|
The Java executable. Default is the wt.java.cmd variable value specified in the $WT_HOME/codebase/wt.properties file.
|
||
-cp,
--classpath=PATH
|
Java classpath. Default is the wt.java.classpath variable value specified in the $WT_HOME/codebase/wt.properties file.
|
||
--javaargs=JAVAARGS
|
Java command line arguments.
|
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
|