home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / mmenu10b.zip / MMENU.CFG < prev    next >
Text File  |  1994-07-24  |  2KB  |  69 lines

  1. ;  MultiMenu 1.00    MMENU.CFG    Configuration file.
  2. ;
  3. ;  Lines beginning with a semicolon are ignored by MultiMenu.
  4. ;  Command verbs are not case sensitive, but must be spelled correctly.
  5. ;  Command verbs must begin on the far left margin (column 1).
  6. ;
  7. BEGIN
  8. 1, Door Title 1,
  9. 2, Door Title 2,
  10. 3, Door Title 3,
  11. 4, Door Title 4,
  12. 5, Door Title 5,
  13. 6, Door Title 6,
  14. 7, Door Title 7,
  15. 8, Door Title 8,
  16. 9, Door Title 9,
  17. END
  18. ;
  19. ;  The list of doors is shown above. Each line represents one door.
  20. ;  The number on the far left of each line is the number typed by the
  21. ;  caller to select that door. It is also the exit ErrorLevel when that
  22. ;  door is selected. This number is followed by a comma and then the
  23. ;  descriptive title of the door, up to 50 characters long.
  24. ;  The list MUST BEGIN with the keyword "BEGIN".
  25. ;  The list MUST END with the keyword "END".
  26. ;
  27. ;
  28. ;  *** The following command verbs are all OPTIONAL ***
  29. ;  One or more spaces may be used between parts of a command verb.
  30. ;  Spaces may be any "white space" character from ASCII 00 to 32.
  31. ;  The default values are shown for each command.
  32. ;
  33. ;
  34. Driver  UART
  35. Share  OFF
  36. Debug  ON
  37. StatLine  TOP  BLUE  YELLOW
  38. ;
  39. LinesPerPage  22
  40. LeftMargin 14
  41. ;
  42. TimeOut  240
  43. DelaySecs  10
  44. ;
  45. ;
  46. ;  *** The following optional commands are for NON-STANDARD ports only ***
  47. ;
  48. ;  Port  2
  49. ;  IO  $02F8
  50. ;  IRQ  3
  51. ;
  52. ;
  53. ;  *** The following optional commands are rarely required ***
  54. ;
  55. ;  DirectVideo  ON
  56. ;  CheckSnow  OFF
  57. ;  BiosScroll  ON
  58. ;  Graphics  ON
  59. ;
  60. ;
  61. ;  *** The following optional commands are for REGISTERED versions only ***
  62. ;
  63. ;  Log  ON
  64. ;  LogName  MMENU.LOG
  65. ;  LogLeader  '      * '
  66. ;  IndentLog  0
  67. ;  LogUserName  OFF
  68. ;
  69.