Using the help command
The ADEdit help
command provides brief information about ADEdit commands. If you enter help
in ADEdit followed by a command or command abbreviation, help
returns information about that command, including its syntax.
You can use the wildcard character *
to specifying any number of variable characters or ?
to specify a single variable character within a command string following the help
command. The help
command returns help text for all commands that match the wildcard string. For example, the following command returns help for all commands that start with get
.
> help get*