Chapter Contents |
Previous |
Next |
HELPREGISTER |
Default: | none |
Valid in: | configuration file, SAS invocation |
Windows specifics: | all |
Syntax | |
Details | |
Examples | |
Example 1: HTML Help Files | |
Example 2: CHM Help Files | |
Example 3: HLP WinHelp Files |
Syntax |
-HELPREGISTER "menu string"path <"help string"> <topic><CHM | HLP | HTML> |
Details |
Use the HELPREGISTER system option to use a help file you would like available from the main SAS window Help menu. All strings containing spaces must be enclosed in double quotation marks. Optional arguments may be omitted by replacing them with a single period (.) or emply double quotation marks ("") . If no further argument is necessary, no place-holder is required.
Examples |
sas -helpregister "SAS Institute Inc" www.sas.com " SAS's homepage on the web . html sas -helpregister "Local HTML Doc" c:\mypage.htm "My own help" "#middle"
sas -helpregister "My CHM file" \\server\share\HelpStuff.chm . "InternalFile.htm" sas -helpregister "SAS Windows Companion" helploc://host.chm . "\host.hlp\chostfutil.htm"
sas -helpregister "A WinHelp File" c:\somefile.hlp "simply an .hlp file" sas -helpregister "WinHelp with a Topic" c:\somefile.hlp . "My Topic"
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.