◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── :launch run='string'. The :launch tag creates a reference to a program. The reference is linked to the text specified by the preceding :hpt and :ehpt tags. The system starts the program identified by the string value whenever the user clicks on or chooses the text. Parameter Description ──────────────────────────────────────────────────────────────────────────── run Specifies the program to run. The string value must be a valid command line for an MS OS/2 program and must be enclosed in single quotation marks ('). Example This example uses the :launch tag to start the System Editor when the user clicks on the text "View MYDOC": :hpt.View MYDOC:ehpt.:launch run='e mydoc'. See Also :ehpt, :hpt ♦