VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。
WINHELP
Syntax
WINHELP <help file path>, <key>
Description
Displays the specified Windows help file, at the page associated with the key <key>. The <key> can be either a keyword or a context ID string defined in the help file. If the second parameter <key> is omitted, the contents page of the help file is shown.
A context ID string must be prefixed by an "=" character, to distinguish it from a keyword. It is not usually possible to find out what the context ID strings are unless you authored the help file. The advantage of using a context ID string is that it uniquely identifies a topic in the help file.
If you specify a keyword, and more than one help topic is associated with the keyword, a list of topics is displayed. If no keyword matches the keyword exactly the keyword index is displayed with the nearest match selected.
OK
Set to false if the command fails.
Example
WINHELP VDS.HLP,events
WINHELP VDS.HLP,=key_winhelp