Command:/url
This command is added by EverQuest
Notation | Description |
---|---|
Text without brackets or braces | Required items |
<Text inside angle brackets> | Placeholder for which you must supply a value |
[Text inside square brackets] | Optional items |
Vertical bar (|) | Separator for mutually exclusive items; choose one |
{Text | inside | braces} | Set of required items; choose one |
Ellipsis (…) | Items that can be repeated |
Syntax | /url [<url> | <file>] |
---|---|
Description | Open a URL or file. |
Options
Option | Description |
---|---|
<url> | The URL to open. Must prefix the domain with https:// or http:// or www |
<file> | The file to open. |
Examples
Example: /url www.redguides.com/wiki/Main_Page
, would open the RedGuides main wiki page.
Example: /url file://c:/Everquest/logs/eqlog_character_server.txt
, would open a characters log file (if one existed.)