home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Mother of All Windows Books
/
CD-MOM.iso
/
cd_mom
/
utility
/
edit
/
winedit
/
wehelp.in_
< prev
next >
Wrap
Text File
|
1992-12-02
|
2KB
|
70 lines
; The EXTENSIONS section below maps the extension of the file being edited
; with a group of help files to try looking up the desired keyword in.
; For example, if a file "XYZ.C" is being edited, the help files in the
; SDKHELP section will be checked to lookup the desired data.
[EXTENSIONS]
C=SDKHELP
CPP=SDKHELP
H=SDKHELP
WBT=WINBATCH
CPM=CMDPOST
MNU=WIL
WEH=SAMPHLP
NONE=DEFAULT
DLL=WIL
; This section merely contains a list of possible help files the user would like
; presented to him. Edit at will.
[HELPALL]
HF1=TCWHELP.HLP
HF2=WIN31WH.HLP
HF3=WIN31MWH.HLP
HF4=WINEDIT.HLP
HF5=WIL.HLP
HF6=WINBATCH.HLP
HF7=FILECMDR.HLP
HF8=CMDPOST.HLP
; The sections below are all pointed to by the EXTENSIONS section. The format
; of and entry is as follows:
; HFx <equals> HelpFileName HelpFileType
; Although you may define all the types you wish, please use numbers above
; 99 to define your own provate formats (WWW reserves help file types
; 0 thru 99. Currently defined HelpFileTypes are:
; 0 - Undefined
; 1 - Quick and dirty MessageBox help. (See SAMPHLP.WEH example)
; 2 - Windows help file - Use WinHelp function, pass keyword asis
; 3 - Executable help file - (Like DOS QH.EXE)
[SDKHELP]
HF1=WIN31WH.HLP 2
HF2=WIN31MWH.HLP 2
HF3=WINEDIT.HLP 2
HF4=TCWHELP.HLP 2
HF5=QH.EXE 3
[WIL]
HF1=WIL.HLP 2
HF2=WINEDIT.HLP 2
HF3=FILECMDR.HLP 2
[WINBATCH]
HF1=WIL.HLP 2
HF2=WINBATCH.HLP 2
HF3=FILECMDR.HLP 2
HF4=CMDPOST.HLP 2
[CMDPOST]
HF1=CMDPOST.HLP 2
HF2=WIL.HLP 2
[SAMPHLP]
HF1=SAMPHLP.WEH 1
[DEFAULT]
HF1=WIL.HLP 2
HF2=WINEDIT.HLP 2