自变量 (可选)
|
说明
|
||
---|---|---|---|
-h, --help
|
显示帮助并退出。
|
||
-v, --[no]verbose
|
说明执行命令时所做的操作。默认值为:
-- noverbose
|
||
-w, --wthome=DIR
|
设置 Windchill 主目录。默认值为包含 windchill 脚本的父目录。
|
||
--java=JAVA_EXE
|
Java 可执行程序。默认值为在 $WT_HOME\codebase\wt.properties 文件中指定的 wt.java.cmd 变量值。
|
||
-cp,
--classpath=PATH
|
Java classpath。默认值为在 $WT_HOME\codebase\wt.properties 文件中指定的 wt.java.classpath 变量值。
|
||
--javaargs=JAVAARGS
|
Java 命令行自变量。
|
操作
|
说明
|
---|---|
shell
|
在当前运行的 shell 的新实例中设置 Windchill 环境。
|
启动
|
启动 Windchill 服务器。
|
停止
|
停止 Windchill 服务器。
|
status
|
检索 Windchill 服务器的状态。
|
版本
|
显示 Windchill 安装版本。
|
属性 <resource>
[,...][?key[&key2]...]
|
在执行替代及其他操作的情况下,针对给定的资源显示由 Windchill 看到的特性。可以将此操作的显示限制为给定的一组关键字。
例如:
windchill properties wt.properties - 列出所有 wt.properties
windchill properties wt.properties?wt.server.codebase - 列出服务器代码库
windchill properties wt.properties?wt.env.* – 列出所有 Windchill shell 使用的环境变量
windchill properties - 生成不带任何自变量的帮助报告
|
CLASS [CLASS_ARGS]
|
运行带有可选类参数的 Windchill 类。例如:
windchill wt.load.Developer -UAOps
|