VMS shortcut command

On VMS, to make a shortcut command , use a symbol:

$ Z :== 'WWW' """address"""

substituting Z with the shortcut command name, and the word "address" with the actual hypertext address.

Note that you MUST use single quotes around WWW, and THREE DOUBLE QUOTE CHARACTERS each side of the address. (That's DCL syntax for you!)

Tim BL