Jump to content

PMREF: Difference between revisions

From EDM2
Created page with "Used by the IBM OS/2 Programmer Toolkit. Defines which books should be shown in the Presentation Manager Guide and Reference. SET PMREF=<file1>+<file2>+<file3> ;Example: SE..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 3: Line 3:


;Example:
;Example:
  SET PMREF=Pm1.inf+pm2.inf+pm3.inf+pm4.inf+pm5.inf
  PMREF=PM1.INF+PM2.INF+PM3.INF+PM4.INF+PM5.INF


==Parameters==
==Parameters==

Latest revision as of 16:05, 12 May 2021

Used by the IBM OS/2 Programmer Toolkit. Defines which books should be shown in the Presentation Manager Guide and Reference.

SET PMREF=<file1>+<file2>+<file3>
Example
PMREF=PM1.INF+PM2.INF+PM3.INF+PM4.INF+PM5.INF 

Parameters

Value
The name of the INF files of the Presentation Manager guides and references.