Chapter Contents |
Previous |
Next |
HELPREGISTER |
Default: | none |
Valid in: | configuration file, SAS invocation |
OS/2 specifics: | all |
Syntax | |
Details | |
Examples | |
Example 1: INF Files | |
Example 2: HLP Help Files | |
Example 3: HTML Help Files |
Syntax |
-HELPREGISTER "menu string" path\filename <"help string"> <topic> <INF | HLP | HTML> |
Details |
Use the HELPREGISTER system option to use a help file you would like available from the main SAS window Help menu. When either an INF or HLP file is specified, the SAS System launches the OS/2 Viewer. When the help file is an HTML file, the SAS System launches the web browser specified in the Web page of the Preferences dialog box.
All strings containing spaces must be enclosed in double quotation marks. Optional arguments may be omitted by replacing them with a single period (.) or empty double quotation marks (" "). If no further arguments are specified, no place-holder is required.
Examples |
sas -helpregister "My INF Help" c:\mydir\myhelp.inf "My Help info" . inf
sas -helpregister "My HLP SysOp Help" helploc://sysop.hlp
sas -helpregister "Local HTML Doc" c:\mypage.htm "My own help" "#middle"
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.