home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / parsomat.zip / pom.mnu < prev    next >
Text File  |  2001-07-15  |  10KB  |  298 lines

  1. ;   MENU LIBRARY FOR PSMENU
  2. ;   -----------------------
  3. ;
  4. ;   Lines starting with semi-colons (like this one) are ignored.
  5. ;
  6. ;   Each menu name has a colon in column one (e.g. :MENU)
  7. ;   A control line has a slash in column one (e.g. /DOS)
  8. ;
  9. ;   If you are using PSMENU in conjunction with a program designed by
  10. ;   Pinnacle Software, we have reserved save positions 49-99 for you.
  11. ;   That is to say, none of our applications will use positions 49-99.
  12. ;   For details about save positions, type PSMENU /? at the DOS prompt.
  13. ;
  14. ;   To experiment with this menu library, try the following commands at
  15. ;   the DOS prompt:
  16. ;
  17. ;   PSMENU_D POM INFO 1
  18. ;   PSMENU_D POM DISPLAY 1
  19. ;   PSMENU_D POM LICENSE 1
  20. ;
  21. ;==========================================================================
  22. ;
  23. ;   PSMENU is Copyright (C) 1996 by Pinnacle Software (Phone 416-287-8892).
  24. ;   You may use PSMENU free of charge if you own or are evaluating one of
  25. ;   our products.  You may also use it in your own commercial or in-house
  26. ;   product.  Type PSMENU_D at the DOS prompt for copyright restrictions.
  27. ;
  28. ;==========================================================================
  29. ;
  30. ;   CONTROL LINES
  31. ;   -------------
  32. ;
  33. ;   The /DOS control code sets menu colors for the DOS version of PSMENU.
  34. ;   /DOS can be inserted at the top of the file (in which case it acts as
  35. ;   the default), or it can be included "inline", just after the menu label
  36. ;   to which it applies.
  37. ;
  38. ;   The control codes are as follows:
  39. ;
  40. ;   CODE DEFAULT MEANING
  41. ;   ---- ------- -------
  42. ;   HSF    Wht   Foreground color for highlighted selection and title lines
  43. ;   HSB    Blk   Background color for highlighted selection item
  44. ;   NSF    Cyn   Foreground color for non-selected item
  45. ;   BXF    Blu   Foreground color for box
  46. ;   BXB    Grn   Background color for box, title and non-selected items
  47. ;   DTF    Brn   Foreground color for desktop
  48. ;   DTB    Blu   Background color for desktop
  49. ;
  50. ;   The color codes are as follows:
  51. ;
  52. ;   COLOR         CODE     COLOR         CODE
  53. ;   ------------- -----    ------------- -----
  54. ;   Black         Blk      Dark Grey     DkGry
  55. ;   Blue          Blu      Light Blue    LtBlu
  56. ;   Green         Grn      Light Green   LtGrn
  57. ;   Cyan          Cyn      Light Cyan    LtCyn
  58. ;   Red           Red      Light Red     LtRed
  59. ;   Magenta       Mag      Light Magenta LtMag
  60. ;   Brown         Brn      Yellow        Yel
  61. ;   Light Grey    LtGry    White         Wht
  62. ;
  63. ;   Colors in the second column can not be used as background colors.
  64. ;   If you attempt to use them as such, they will be converted to the
  65. ;   corresponding background color (e.g. Light Blue becomes Blue).
  66. ;
  67. ;   Case is not important (e.g. Wht is treated the same as WHT).
  68. ;
  69. ;   If PSMENU detects that the user has a monochrome monitor, it will
  70. ;   ignore any color settings and use a black and white color scheme.
  71. ;
  72. ;==========================================================================
  73. ;
  74. ;   Default colors
  75. ;
  76. /DOS     HSF=Wht HSB=Blk NSF=Cyn BXB=Blu BXF=Grn DTF=Brn DTB=Blu
  77. ;
  78. ;==========================================================================
  79. :INFO Parse-O-Matic (C) 1986, 2001 by Pinnacle Software
  80. /DOS     HSF=Yel HSB=Blk NSF=LtCyn BXB=Blu BXF=Cyn DTF=Grn DTB=Blu
  81.  VERSION ···· Display version number and registration status
  82.  NEW ········ What's new in this version
  83.  MANUAL ····· View the Parse-O-Matic user manual
  84.  REVIEW ····· Guide for software reviewers and journalists
  85.  LICENSING ·· Price and distribution terms
  86.  TUTORIAL ··· 30-minute interactive course in basic techniques
  87.  PRINTING ··· A note about printing documentation under Windows
  88.  DISPLAY ···· Set window size or number of lines per screen
  89.  
  90.  QUIT ······· Return to DOS
  91. ;
  92. ;--------------------------------------------------------------------------
  93. :DISPLAY  Display Settings
  94.  STANDARD ··· 25 lines per screen
  95.  
  96.  EGA ········ 43 lines per screen (EGA cards)
  97.  
  98.  VGA ········ 50 lines per screen (VGA cards)
  99.  
  100.  Windows ···· 50 lines per window
  101.  
  102.  
  103.  QUIT ······· Return to previous menu
  104. ;
  105. ;--------------------------------------------------------------------------
  106. :LSNMENUI Sample Application
  107. /DOS     HSF=Wht HSB=Blk NSF=Blk BXB=Grn BXF=Blk DTF=DkGry DTB=Blk
  108.  PURPOSE ···· What this example demonstrates
  109.  
  110.  CONTROL ···· Display the POM file
  111.  PARSE ······ Run the sample parsing job
  112.  OUTPUT ····· Display output of parsing job
  113.  
  114.  
  115.  LOG ········ Display processing log
  116.  
  117.  QUIT ······· Previous menu
  118. ;
  119. ;--------------------------------------------------------------------------
  120. :LSNMENUJ Sample Application
  121. /DOS     HSF=Wht HSB=Blk NSF=Blk BXB=Grn BXF=Blk DTF=DkGry DTB=Blk
  122.  PURPOSE ···· What this example demonstrates
  123.  
  124.  CONTROL ···· Display the POM file
  125.  PARSE ······ Run the sample parsing job
  126.  
  127.  
  128.  
  129.  LOG ········ Display processing log
  130.  
  131.  QUIT ······· Previous menu
  132. ;
  133. ;--------------------------------------------------------------------------
  134. :LSNMENUL Sample Application
  135. /DOS     HSF=Wht HSB=Blk NSF=Blk BXB=Grn BXF=Blk DTF=DkGry DTB=Blk
  136.  PURPOSE ···· What this example demonstrates
  137.  INPUT ······ Display the input file
  138.  CONTROL ···· Display the POM file
  139.  PARSE ······ Run the sample parsing job
  140.  OUTPUT ····· Display output of parsing job
  141.  LOOKUP ····· Display the look-up file
  142.  
  143.  LOG ········ Display processing log
  144.  
  145.  QUIT ······· Previous menu
  146. ;
  147. ;--------------------------------------------------------------------------
  148. :LSNMENUP Sample Application
  149. /DOS     HSF=Wht HSB=Blk NSF=Blk BXB=Grn BXF=Blk DTF=DkGry DTB=Blk
  150.  PURPOSE ···· What this example demonstrates
  151.  INPUT ······ Display the input file
  152.  CONTROL ···· Display the POM file
  153.  PARSE ······ Run the sample parsing job
  154.  OUTPUT ····· Display output of parsing job
  155.  
  156.  
  157.  LOG ········ Display processing log
  158.  
  159.  QUIT ······· Previous menu
  160. ;
  161. ;--------------------------------------------------------------------------
  162. :LSNMENUT Sample Application
  163. /DOS     HSF=Wht HSB=Blk NSF=Blk BXB=Grn BXF=Blk DTF=DkGry DTB=Blk
  164.  PURPOSE ···· What this example demonstrates
  165.  INPUT ······ Display the input file
  166.  CONTROL ···· Display the POM file
  167.  PARSE ······ Run the sample parsing job
  168.  OUTPUT ····· Display output of parsing job
  169.  TRACE ······ Display the trace file
  170.  
  171.  LOG ········ Display processing log
  172.  
  173.  QUIT ······· Previous menu
  174. ;
  175. ;--------------------------------------------------------------------------
  176. :LSNMENUX Sample Application
  177. /DOS     HSF=Wht HSB=Blk NSF=Blk BXB=Grn BXF=Blk DTF=DkGry DTB=Blk
  178.  PURPOSE ···· What this example demonstrates
  179.  INPUT ······ Display the input file
  180.  CONTROL ···· Display the POM file
  181.  PARSE ······ Run the sample parsing job
  182.  OUTPUT ····· Display output of parsing job
  183.  PEF ········ Display Properization Exceptions File
  184.  
  185.  LOG ········ Display processing log
  186.  
  187.  QUIT ······· Previous menu
  188. ;
  189. ;--------------------------------------------------------------------------
  190. :LSNMENUZ SOUND Command Noises
  191. /DOS     HSF=Wht HSB=Blk NSF=Blk BXB=Grn BXF=Blk DTF=DkGry DTB=Blk
  192.  BEEP ······· Simple tone
  193.  BIP ········ Short sound
  194.  BUZZ  ······ Raucous noise
  195.  EDGE  ······ Short sound
  196.  ERROR  ····· Error sound
  197.  HUH ········ Short sound
  198.  PIP ········ Very short beep
  199.  TRILL ······ Four short beeps
  200.  WHOOP ······ A rising note
  201.  QUIT ······· Previous menu
  202. ;
  203. ;--------------------------------------------------------------------------
  204. :TUTORIAL An Interactive Course in POM Techniques
  205.  Lesson 1 ··· Overview of the lessons
  206.  Lesson 2 ··· Basic techniques
  207.  Lesson 3 ··· Intermediate techniques
  208.  Lesson 4 ··· Advanced techniques
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  QUIT ······· Previous menu
  215. ;
  216. ;--------------------------------------------------------------------------
  217. :LESSON02 POM Techniques
  218.  Lesson 2.1 - The IGNORE and OUTEND commands
  219.  Lesson 2.2 - The CHANGE, BEGIN/END, IF, TRIM and OUT commands
  220.  Lesson 2.3 - The SET and ACCEPT commands, with tracing
  221.  Lesson 2.4 - How to use INSERT, PAD and $FLUPC
  222.  Lesson 2.5 - How to use SPLIT and line counters
  223.  Lesson 2.6 - The CHOP Command
  224.  Lesson 2.7 - Using $TAB and Full Tracing
  225.  Lesson 2.8 - LOOKUP commands, OUTHDG and PAGELEN
  226.  
  227.  QUIT ······· Previous menu
  228. ;
  229. ;--------------------------------------------------------------------------
  230. :LESSON03 POM Techniques
  231.  Lesson 3.1 - Reading DBF files; TRACE and TODAY commands
  232.  Lesson 3.2 - The PROPER command, with PEF file
  233.  Lesson 3.3 - The PROPER command, with method settings
  234.  Lesson 3.4 - The PARSE and APPEND commands
  235.  Lesson 3.5 - Creating non-text files with OUT
  236.  Lesson 3.6 - The ELSE, READNEXT and SETLEN commands
  237.  Lesson 3.7 - POM wildcards, NEXTFILE, $COMMAND, SOUND
  238.  Lesson 3.8 - Demonstration of Parse-O-Matic sounds
  239.  
  240.  QUIT ······· Previous menu
  241. ;
  242. ;--------------------------------------------------------------------------
  243. :LESSON04 POM Techniques
  244.  Lesson 4.1 - The LOG and HALT commands
  245.  Lesson 4.2 - PROLOGUE, EPILOGUE, DATE, and the CALC commands
  246.  Lesson 4.3 - Demonstration of date formatting
  247.  Lesson 4.4 - The MAPFILE and REMAP commands
  248.  Lesson 4.5 - Parsing name and address data with SCANPOSN
  249.  
  250.  
  251.  
  252.  
  253.  QUIT ······· Previous menu
  254. ;
  255. ;--------------------------------------------------------------------------
  256. :LICENSE Licensing Information
  257. /DOS     HSF=Yel HSB=Blk NSF=LtCyn BXB=Blu BXF=Cyn DTF=Grn DTB=Blu
  258.  REGISTER ··· View Parse-O-Matic order form
  259.  
  260.  DISTRIB ···· Distribution terms (webmasters, vendors, sysops)
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  QUIT ······· Previous menu
  268. ;
  269. ;--------------------------------------------------------------------------
  270. :DEVELOP Development Menu
  271. /DOS     HSF=Wht HSB=Blk NSF=Cyn BXB=Blu BXF=Grn DTF=Grn DTB=Blu
  272.  INPUT ······ View input file
  273.  EDIT ······· Edit POM file
  274.  PARSE ······ Run parsing job
  275.  OUTPUT ····· View output file
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  QUIT ······· Finished
  282. ;
  283. ;--------------------------------------------------------------------------
  284. :BURN Burn-In
  285. ;
  286. ;     This menu is used by Pinnacle Software, for testing
  287. ;
  288.  CONTINUE ··· Proceed to next test
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  QUIT ······· Stop
  298.