home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / TECLADO / POP.ZIP / POP.DOC < prev    next >
Encoding:
Text File  |  1990-02-14  |  4.2 KB  |  121 lines

  1.  
  2.  
  3.       WELCOME TO POP.EXE
  4.  
  5.       This program was inspired by SLASHBAR.COM, MAKEBAR.COM, and the 
  6.       other files associated with the ZIFF-DAVIS program available on 
  7.       many bulletin boards. However, I found SLASHBAR and extremely 
  8.       difficult program to deal with.
  9.  
  10.       POP is nothing more than a TSR which can stuff the keyboard 
  11.       with up to 15 characters. Due to its simplicity, I have had no 
  12.       problems running it with a variety of software. Also, it was 
  13.       written for the Compleat Idiot, and is very easy to program.
  14.  
  15.       Usage: POP FileName.EXT
  16.  
  17.       Please examine the two files distributed with POP. They are 
  18.       DOS.MEN and ED.MEN. The first is a sample of a menu which would 
  19.       be loaded for usage under DOS. The second is a word processor 
  20.       popper that inserts some Ventura Publisher-type codes.
  21.  
  22.       The sample ED.MEN reads as follows: 
  23.       
  24.       =================================================================
  25.       
  26.       MENU MAIN
  27.       Typeface menu,MENU TYPEFACE
  28.       Headlines menu,MENU HEADLINE
  29.       taGs menu,MENU TAGS
  30.       speCial chars,MENU CHARACTER
  31.       sPelling check,[X105][A43]
  32.       Save file,[X59][X61]
  33.       Print file,[X59][X65][A13][X68][X68]
  34.       
  35.       MENU TYPEFACE
  36.       Normal,<D>
  37.       Italic,<MI>
  38.       Bold,<B>
  39.       bolD-italic,<BI>
  40.       sUper-script,<^>
  41.       subScript,<v>
  42.       smalL,<s>
  43.       
  44.       MENU HEADLINE
  45.       Majorhead,@MainHead = 
  46.       mIinorhead,@MinorHead = 
  47.       Subhead,@Subhead = 
  48.       folio-Even,@FolioEven = 
  49.       folio-Odd,@FolioOdd = 
  50.       
  51.       MENU CHARACTER
  52.       M-dash,<_>
  53.       Fraction,<&0/00>[X75][X75][X75][X75][X75]
  54.       n-Space,<~>
  55.       Bullet,<195>
  56.       Degree,<198>
  57.       
  58.       MENU TAGS
  59.       Last-paragraph,@LastPara = 
  60.       First-paragraph,@FirstPara = 
  61.       Special-paragraph,@SpecialPara = 
  62.       Other-paragraph,@Other = 
  63.       =================================================================
  64.       
  65.       To load and use it you would type POP ED.MEN <ENTER>, and then 
  66.       you would load your word processor or whatever.
  67.       
  68.       =================================================================
  69.       
  70.       LIMITATIONS AND DEFINITIONS:
  71.  
  72.       Text on the LEFT side of the FIRST comma will appear on the 
  73.       menu. The FIRST capitalized letter will be highlighted by POP. 
  74.       That letter will also function as the SHORTCUT key for POP when 
  75.       that particular menu is shown.
  76.  
  77.       The text on the RIGHT side of the comma will be loaded into the 
  78.       keyboard buffer if either ENTER is hit (while that selection is 
  79.       highlighted) or the SHORTCUT LETTER is typed while the menu is 
  80.       on the screen.
  81.  
  82.       If a line begins with MENU it is treated as such -- a separate 
  83.       menu. If the text to the RIGHT of a comma includes the word 
  84.       MENU, then POP assumes such a menu exists and attempts to 
  85.       switch to that menu.
  86.  
  87.       If ESC is hit on the FIRST menu, POP disappears. If ESC is hit 
  88.       on a menu other than the FIRST menu, then the FIRST menu is 
  89.       reloaded.
  90.  
  91.       It is IMPERATIVE that material to the right of a comma does not 
  92.       exceed 15 characters in length. If you need more than that, 
  93.       consider shelling a batch file.
  94.  
  95.       Note that [A13] means ASCII 13, and that [X59] means Extended 
  96.       KeyCode #59. This is so important it makes me crazy. So 
  97.       remember it.
  98.  
  99.       =================================================================
  100.       
  101.       PAYMENT
  102.  
  103.       I limit my documentation files simply because I have made about 
  104.       $27.23 for my 2,000 hours of developing shareware. It is 
  105.       largely a waste of my time to offer extensive documentation, in 
  106.       that few of us ever pay the author. I'm as guilty as the next 
  107.       guy.
  108.  
  109.       So ha ha. Sure, you'll pay. Regardless, if you want to send me 
  110.       $25 bucks because this thing works for you, fine. In return, 
  111.       you'll get a nice thank-you, a manual, a disk, and updates for 
  112.       a whole darn year. 
  113.  
  114.       JEFF PARNAU
  115.       PO BOX 244
  116.       NEW BERLIN, WI 53151
  117.       CIS 7155,126
  118.       Exec PC Jeff Parnau
  119.       Topaz BBS (414) 784-6458, Sysop
  120.  
  121.