home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / winbatch / winbatch.exe / Wshelp.in_ < prev    next >
Encoding:
Text File  |  2001-03-13  |  1.5 KB  |  72 lines

  1. ; The EXTENSIONS section below maps the extension of the file being edited
  2. ; with a group of help files to try looking up the desired keyword in.
  3.  
  4. [EXTENSIONS]
  5.  
  6. WBT=WIL
  7. WBM=WIL
  8. CPM=WIL
  9. MNU=WIL
  10. MNW=WIL
  11. WEB=WIL
  12. WIL=WIL
  13. DLL=WIL
  14. NONE=DEFAULT
  15.  
  16.  
  17.  
  18.  
  19. ; The sections below are all pointed to by the EXTENSIONS section.  The format
  20. ; of and entry is as follows:
  21. ;    HFx <equals> HelpFileName  HelpFileType
  22. ;
  23. ;  
  24. ; Although you may define all the types you wish, please use numbers above
  25. ; 99 to define your own provate formats (WWW reserves help file types
  26. ; 0 thru 99.   Currently defined HelpFileTypes are:
  27. ;    0  - Undefined
  28. ;    1  - Quick and dirty MessageBox help.   (See SAMPHLP.WEH example)
  29. ;    2  - Windows help file   - Use WinHelp function, pass keyword asis
  30. ;    3  - Executable help file - (Like DOS QH.EXE)
  31.  
  32.  
  33. [WIL]
  34. HF1=WIL.HLP 2
  35. HF2=WINBATCH.HLP 2
  36. HF3=win32net.hlp 2
  37. HF4=netware.hlp 2
  38. HF5=webbatch.hlp 2
  39. HF6=wilx.hlp 2
  40. HF7=filesrch.hlp 2
  41. HF8=winsock.hlp 2
  42. HF9=wininet.hlp 2
  43. HF10=serial.hlp 2
  44. HF11=ctrlmgr.hlp 2
  45. HF12=htmldlg.hlp 2
  46. HF13=odbc.hlp 2
  47. HF14=zipper.hlp 2
  48. HF15=printctl.hlp 2
  49. HF16=shellop.hlp 2
  50. HF17=postie.hlp 2
  51. HF18=parallel.hlp 2
  52.  
  53. [DEFAULT]
  54. HF1=WIL.HLP 2
  55. HF2=WINBATCH.HLP 2
  56. HF3=win32net.hlp 2
  57. HF4=netware.hlp 2
  58. HF5=webbatch.hlp 2
  59. HF6=wilx.hlp 2
  60. HF7=filesrch.hlp 2
  61. HF8=winsock.hlp 2
  62. HF9=wininet.hlp 2
  63. HF10=serial.hlp 2
  64. HF11=ctrlmgr.hlp 2
  65. HF12=htmldlg.hlp 2
  66. HF13=odbc.hlp 2
  67. HF14=zipper.hlp 2
  68. HF15=printctl.hlp 2
  69. HF16=shellop.hlp 2
  70. HF17=postie.hlp 2
  71. HF18=parallel.hlp 2
  72.