提供有关作业用法的示例。
<example> Example text </example>
<example> 元素括在 <runtime> 元素中。
下面的脚本将演示 <example> 元素的用法:
<job>
<runtime>
<description>This script reboots a server</description>
<named
name = "Server"
helpstring = "Server to run the script on"
type = "string"
required = "true"
/>
<example>Example: reboot.wsf /Server:scripting</example>
</runtime>
</job>
<example>
和 </example>
标记之间的所有内容都会被选取,包括新行和额外的空白区域。从该脚本中调用 ShowUsage 方法将生成下列输出:
该脚本将会重新启动服务器
用法:reboot.wsf /server:value
选项:
服务器:要在其上运行脚本的服务器
示例:
reboot.wsf /server:scripting