home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTILS2 / ONEL15.ZIP / ONELINE.DOC < prev    next >
Text File  |  1994-03-09  |  23KB  |  821 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.                                  USER DOCUMENTATION
  30.  
  31.                                          FOR
  32.  
  33.                                     ONE-LINER(tm)
  34.  
  35.                                ShareWare version 1.50 
  36.  
  37.                            (c) Copyright 1994 NCS SOFTWARE
  38.  
  39.                                  ALL RIGHTS RESERVED
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.             ONE-Liner(tm)             1          (c)1994 NCS Software
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.                          *************  IMPORTANT  ***************
  84.  
  85.                           PLEASE READ ALL THE FILES INCLUDED WITH
  86.                         THIS PACKAGE. THE WARRANTY AND REGISTRATION
  87.                             INFORMATION IS CONTAINED ELSEWHERE.
  88.  
  89.  
  90.  
  91.           This package is not Public Domain software. It is not Freeware.
  92.           It is Copyrighted material and is the property of NCS Software.
  93.           You are permitted to evaluate this software for a period of 30
  94.           days. After that time you must register it to continue using it.
  95.           Registration fee is $20.00 and you will be entitled to support
  96.           and future updates. The shareware version is limited to storing
  97.           10 lines of text in the editor. This is increased to 300 with the
  98.           Registered version.
  99.  
  100.           PRINTING DOCUMENTATION
  101.  
  102.           This documentatation is designed to be printed to a printer set
  103.           up for 66 lines per page, and 80 columns. 10 CPI.
  104.  
  105.           You pay print any of the documents provided by typing from the
  106.           DOS prompt:
  107.  
  108.                COPY ONELINE.DOC PRN
  109.  
  110.           This will print to your default printer.
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.             ONE-Liner(tm)             2          (c)1994 NCS Software
  128.  
  129.  
  130.           WHAT IS ONE-LINER?
  131.  
  132.           One-Liner is a TSR utility that allows you to capture text off
  133.           the screen of most DOS text based programs. The captured text may
  134.           be added to a list of One-Liners, you may search the file for a
  135.           match to the captured text, or you may manually mark a section of
  136.           the screen (a single line) to be added to the file. You may mark
  137.           as many lines off the screen as desired.
  138.  
  139.           After One-Liner has been popped-up, you will be in the editor. It
  140.           is a full screen styled editor with line insert, delete, Home,
  141.           End etc., all the normal keys. You may type text on a line as
  142.           well as capturing it off the 'Screen'.
  143.  
  144.           Comments may be added to a line by using two "//" forward
  145.           slashes. Any text after the comment mark will be ignored by
  146.           AUTO-TYPE.
  147.  
  148.           You may embed carriage returns in the text by using the vertical
  149.           bar symbol "|" on the keyboard.
  150.  
  151.           Why is this necessary? Because One-Liner will return text to the
  152.           program you are running. So you may store one line E-Mail
  153.           addresses, Tag-Lines for E-Mail, keyboard macros for Programming,
  154.           DOS commands that you use often.
  155.  
  156.           Here are some examples:
  157.  
  158.              E-Mail address   > g.newberry@genie.geis.com
  159.              Same with comment> g.newberry@genie.geis.com  // Internet Addr
  160.              DOS command      > dir c:\word\docs\bill\*.ltr /od //Files
  161.  
  162.           As a programming macro:
  163.  
  164.           Select Case|  Case 1|  Case 2|  Case Else|End Select // Macro
  165.           (note - the // indicates a comment follows.)
  166.  
  167.           Produces this:
  168.                   Select Case
  169.                     Case 1
  170.                     Case 2
  171.                     Case Else
  172.                   End Select
  173.  
  174.           You can just fill in the blanks.
  175.           Aladdin and Tapcis users can create oneline macros to send E-Mail
  176.           through the Internet complete with subject, CC, Filenames etc.
  177.           One-Liner can steal information from one program and use it in
  178.           another.
  179.  
  180.           DATA ENTRY
  181.           Store common phrases or information that can be used during Data
  182.           Entry into a program. There are unlimited uses for One-Liner.
  183.           Only your imagination will be the limit.
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.             ONE-Liner(tm)             3          (c)1994 NCS Software
  191.  
  192.  
  193.           TSR COMPATIBILITY
  194.  
  195.           Every attempt has been made to insure compatibility with other
  196.           programs. But one thing is for sure. TSR's don't really like
  197.           other TSR's! If you install several TSR's, you must un-install
  198.           them in the reverse order. Always check for compatibility with
  199.           other TSR's before using ONE-Liner extensively.
  200.  
  201.           ONE-Liner has been tested under DOS, Windows 3.1, and OS/2 2.1.
  202.           Remember Software Caches, Printer Buffers, and some Virus
  203.           software run as TSR's.
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.             ONE-Liner(tm)             4          (c)1994 NCS Software
  254.  
  255.  
  256.           INSTALLATION
  257.  
  258.           Installation of ONE-Liner is painless. If you are reading this
  259.           you have at least un-compressed ONE-Liner. All that is left is
  260.           configuration. ONE-Liner creates a swap file on your Hard Drive.
  261.           The default is 'C:\'. If you wish to change the drive location,
  262.           follow these steps.
  263.  
  264.               1) Change to the directory where ONE-Liner is located.
  265.               2) Run the configuration program by typing ONECONF <ENTER>
  266.               3) Follow instruction on screen and select the default drive.
  267.               4) You are done!
  268.  
  269.           DATA FILES
  270.  
  271.           ONE-Liner creates a file called ONELINE.DAT. The default location
  272.           is the same location as the swap file. The default will be
  273.           C:\ONELINE.DAT. If you change your swapfile location, the data
  274.           file location will change to there.
  275.  
  276.           By default, each time ONE-Liner is started it locates the file in
  277.           the default location. If you have a data file that you want to
  278.           keep separate from the default, you may start One-Liner with the
  279.           '/Ignore' option like this:
  280.  
  281.               C:\>ONELINE /Ignore <ENTER>
  282.  
  283.           This tells One-Liner to use the current directory as the location
  284.           for the data file. If there isn't a data file in the current
  285.           directory, a new one will be created. Just make sure you start
  286.           ONE-Liner after you switch to the new directory where you intend
  287.           to work.
  288.  
  289.           To start ONE-Liner(tm) just type ONELINE and press <ENTER> from
  290.           the DOS prompt. It will install itself and wait.
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.             ONE-Liner(tm)             5          (c)1994 NCS Software
  317.  
  318.  
  319.           ACTIVATING ONE-LINER
  320.  
  321.           After you start ONE-Liner it waits for you to press a HOT-KEY to
  322.           activate it. The HOT-KEY is Ctrl+Alt. Press the CTRL key, hold
  323.           it, and then press the ALT key. It will then popup for use.
  324.  
  325.  
  326.           UN-INSTALLING ONE-LINER
  327.  
  328.           You should never un-install ONE-Liner if you are using it over
  329.           the top of another program. Always wait until you return to the
  330.           DOS prompt to un-install ONE-Liner. REMEMBER TO UN-INSTALL TSR'S
  331.           IN THE REVERSE ORDER OF THEIR INSTALLATION!
  332.  
  333.           When you are ready to un-install ONE-Liner, Popup the Editor,
  334.           press F10 to un-install, and select 'YES'. When you exit
  335.           ONE-Liner it will un-install itself. You will have to run
  336.           ONE-Liner again to use it after un-installing it.
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.             ONE-Liner(tm)             6          (c)1994 NCS Software
  380.  
  381.  
  382.           USING ONE-LINER
  383.  
  384.           Using ONE-Liner will be easy to learn. There are only a few
  385.           commands to remember. There are a few things to be aware of. So
  386.           follow along closely.
  387.  
  388.           A WORD ABOUT THE CURSOR
  389.  
  390.           Even when you can't see the cursor, it is located on the screen
  391.           SOMEWHERE! Many times it may be invisible, but it is there. It is
  392.           important to keep this in mind during use, as it's operation is
  393.           affected by the cursor location when you invoke ONE-Liner.
  394.  
  395.           SEARCHING
  396.  
  397.           When you activate One-Liner it uses the current position of the
  398.           cursor to determine what to copy off the screen. ONE-Liner reads
  399.           from the current cursor position to the right edge of the screen.
  400.           This is examined for text. If any text is found, then it is
  401.           captured for you. This is an important concept! Lets say you are
  402.           sending someone E-Mail. You can't remember their entire E-Mail
  403.           address, so here is what you can do with One-Liner:
  404.  
  405.           Enter Address: Gary        < Type this in
  406.                          ^           < Position the cursor back under 'G'
  407.  
  408.           Now press CTRL+ALT to activate ONE-Liner. One-Liner will copy
  409.           'Gary' off the screen and present you with these options.
  410.  
  411.                              +-ESC=Abort to Editor--------+
  412.                              |(A)dd/(S)earch/(M)ark "Gary"|
  413.                              +----------------------------+
  414.  
  415.           Press 'S' for search and ONE-Liner will search for anything to
  416.           match Gary. Upper or lower case doesn't matter. If a match is
  417.           found you will be placed on that line. If you want to try for
  418.           another match, press ALT+N for next match. Once you have found
  419.           the line you want, press CTRL+ENTER and ONE-Liner will use
  420.           AUTO-TYPE to send the text to the address field in your E-Mail
  421.           program.
  422.  
  423.           If you don't want to do a search with text captured off the
  424.           screen, you are not required to type any text into your program
  425.           before activating ONE-Liner. You may activate ONE-Liner and press
  426.           ESC when you see the above box. This will put you in the editor
  427.           and you may select the line you want, or do a search from the
  428.           Editor.
  429.  
  430.           ADDING
  431.  
  432.           If you want to pick some text off the screen, you may either
  433.           position the cursor under the beginning character of the text you
  434.           want and activate ONE-Liner, or use the (M)ark feature. If you
  435.           position the cursor where you want first, just use the (A)dd
  436.           feature to add the captured text into the ONE-Liner file. IF the
  437.           text you want
  438.           doesn't come up, or it's in a place on the screen you cannot get
  439.           to, you can use the (M)ark feature to capture select text from
  440.           the screen.
  441.  
  442.             ONE-Liner(tm)             7          (c)1994 NCS Software
  443.  
  444.  
  445.           MARKING
  446.  
  447.           When you see the above selection box press 'M' to mark. You will
  448.           see your original program screen. The cursor will appear in the
  449.           TOP LEFT corner of the screen. Move the cursor to the beginning
  450.           character you want to mark. Press the 'S' key to start marking.
  451.           Now moving to the right, place the cursor on the last letter you
  452.           want and press 'E' for end. Always mark from left to right. After
  453.           you press 'E' you will see the above box again, this time with
  454.           the 'marked' text.
  455.           *Note* If you want to mark another section of the screen before
  456.           entering the editor, press 'M' again and the text you just
  457.           selected will be added to the file and you will be put into the
  458.           marking mode again. When you have marked your last line, press
  459.           (A)dd and you will be put in the Editor. All new added text is
  460.           placed at the bottom of the file. You may sort the file by
  461.           pressing F2.
  462.  
  463.           AUTO-TYPE
  464.  
  465.           Now the real power of ONE-Liner. You can have ONE-Liner send the
  466.           text that you've selected in the editor back into your program.
  467.           It 'TYPES' it in for you automatically. You must be aware of
  468.           several things. We will look at them one at a time.
  469.  
  470.           ABORTING ONE-LINER
  471.  
  472.           If you have added or changed things in ONE-Liner and you don't
  473.           want to save any changes, just press the ESC key. Nothing will be
  474.           changed, and AUTO-TYPE will not work.
  475.  
  476.           SAVE FILE & NO AUTO-TYPE
  477.  
  478.           Lets say you have added, marked and added, and edited some of the
  479.           text in ONE-Liner. You want to save the information, but you
  480.           don't want AUTO-TYPE to return any text to your program. Press
  481.           ALT+X. It saves, but does not invoke AUTO-TYPE.
  482.  
  483.           SAVE FILE WITH AUTO-TYPE
  484.           If you have added, or even if you haven't, you must select the
  485.           line you want and then press CTRL+ENTER for AUTO-TYPE to work.
  486.           Read below for possible problems.
  487.  
  488.           AUTO-TYPE AND EDITORS
  489.  
  490.           If you are using a Text based word processor, Programming editor,
  491.           or typing a E-Mail letter, AUTO-TYPE works well. The one
  492.           consideration is the insert mode of the editor. If you have
  493.           insert mode on, AUTO-TYPE will insert the text starting at the
  494.           cursor location that was last used when you invoked ONE-Liner.
  495.           Set the cursor BEFORE activating ONE-Liner. If you are in the
  496.           overwrite mode, AUTO-TYPE will overwrite your text. Check this.
  497.  
  498.           AUTO-TYPE AND DATA ENTRY FIELDS
  499.  
  500.           AUTO-TYPE works well with most data entry fields that require you
  501.           to press the <ENTER> key when you are done typing in text. If you
  502.           use ONE-Liner to create a data entry macro, you must be careful
  503.           of data input fields that automatically move to the next data
  504.           field when they reach a certain number of characters. ONE-Liner
  505.             ONE-Liner(tm)             8          (c)1994 NCS Software
  506.  
  507.  
  508.           can be used to fill in forms with default information if you know
  509.           the EXACT key-presses needed.
  510.  
  511.           AUTO-TYPE AND SINGLE HOT-KEY PROGRAMS
  512.  
  513.           You should NEVER use AUTO-TYPE (return text) to a program that
  514.           works by Hot-Keys. What do I mean by hot keys? Any program that
  515.           displays ascreen and then waits for you to press a single key to
  516.           activate a feature, is a program to watch out for. Here is why.
  517.           Lets say you have a program that works like this:
  518.  
  519.                   Press 'F'  < Programs goes to Files
  520.                   Press 'O'  < Program selects orders
  521.                   Press 'R'  < Program selects range
  522.                   Press 'D'  < Program selects Delete all
  523.  
  524.           Now if AUTO-TYPE returned the line 'Fords are great', guess what
  525.           the program does. One at a time it uses each letter just like a
  526.           key stroke. 'F', 'O', 'R', 'D'.  Delete what? I'd rather not find
  527.           out! Be careful with this type of program. You can create macros
  528.           if you know the exact key-strokes, but be careful!
  529.  
  530.           COMMENTS
  531.  
  532.           You may add a comment to any line in the editor by adding '//'
  533.           double forward slashes, then the comment. Anything from the
  534.           forward slashes on is ignored by AUTO-TYPE. You will have a
  535.           comment, but it is ignored when selected. A must for macros or
  536.           E-Mail addresses.
  537.  
  538.           EMBEDDED CARRIAGE RETURNS
  539.  
  540.           Embedded returns are very handy for creating a macro. Anyplace
  541.           you want AUTO-TYPE to 'press Enter' for you, use the vertical
  542.           bar. '|' On most PC keyboards it is next to the Backspace key.
  543.           Here is how it works. Assume you want a little header like this:
  544.  
  545.                   Greg Newberry
  546.                   NCS Software
  547.                   CIS: 71022,2300
  548.  
  549.               Here is the macro to do that:
  550.  
  551.               Greg Newberry|NCS Software|CIS: 71022,2300|  // Header for Me
  552.                                                            ^^ comment mark
  553.               Handy for headers or footers in Notes, Memos, etc.
  554.  
  555.           MACROS FOR PROGRAMMERS
  556.  
  557.           You can use ONE-Liner with embedded CR's to create simple macros
  558.           for often used programming structures. DO-While loops, CASE
  559.           SELECT, ETC. Little one-line code tidbits that you use all the
  560.           time. Use your imagination.
  561.  
  562.           TIPS FOR ALADDIN USERS
  563.  
  564.           USE THIS FOR INTERNET ADDRESSES! Really Aladdin won't store very
  565.           long addresses, so you can store all you Internet addresses in
  566.           ONE-Liner. If you send e-mail to the same person often, you can
  567.  
  568.             ONE-Liner(tm)             9          (c)1994 NCS Software
  569.  
  570.  
  571.           create a Macro to fill in your address, Carbon copy, Subject,
  572.           File, and your Greetings.
  573.           Like this:
  574.  
  575.               Address:(start macro with cursor here in Aladdin Mail)
  576.                    cc:^(cursor here to start)
  577.               subject:
  578.                  file:
  579.               
  580.           -----------------------------------------------------------------
  581.                Hi John,
  582.  
  583.                >(start text)
  584.  
  585.                Here is the macro:
  586.  
  587.                john.doe@aol.com||Whats New!||Hi John,||  // Aladdin Macro 
  588.  
  589.           Ok, the address is placed, then a CR, a CR for carbon copy, then
  590.           the subject and a CR, a CR for file, the greeting and a CR, and
  591.           another CR to get you to the body of your text. Of course the
  592.           comment helps.
  593.  
  594.           TAG-LINES
  595.  
  596.           Ever see a tagline on E-mail you couldn't get to and had to write
  597.           it down? Well now you can grab it, and send it back to someone
  598.           else. Tag-line stealing is a national E-Mail sport!
  599.  
  600.           PROGRAM EDITORS, E-MAIL EDITORS ETC.
  601.  
  602.           Any program that deals with text can benefit by using ONE-Liner.
  603.           Just try it!
  604.  
  605.           MODEM DIALER
  606.  
  607.           You can dial your modem from the command line by using this
  608.           macro:
  609.  
  610.           ECHO ATDT555-1212>COM1:|ECHO ATZ>COM1 // BILLS NUMBER
  611.  
  612.           The echo sends the command to COM1: (use the proper COM #) and a
  613.           CR to start it. As soon as the person answers, press enter again
  614.           and the ATZ command will turn off your modem. These are Hayes
  615.           commands. They should work with most modems.
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.             ONE-Liner(tm)             10          (c)1994 NCS Software
  632.  
  633.  
  634.           THE REST OF ONE-LINER
  635.  
  636.  
  637.           F1 - The help key. This is a reminder screen. Refer to this
  638.           documentation for more detail.
  639.  
  640.           F2 - SEARCH   You will be prompted to enter search text. 
  641.           ONE-Liner will stop on the first match. You may press ALT+N 
  642.           to find another.
  643.  
  644.           F3 - SORT     Sorts the file alphabetically in ascending order.
  645.  
  646.           F9 - PRINT    Not a fancy print. Just puts it on paper for you.
  647.  
  648.           F10- UN-INSTALL  This feature allows you to un-install ONE-Liner.
  649.           You should only use this feature if you are not popping up over a
  650.           program. Pop up ONE-Liner from the DOS prompt and then press F10.
  651.           When you exit ONE-Liner it will un-install itself. Refer to the
  652.           section on TSR's.
  653.  
  654.           THE EDITOR
  655.  
  656.               Up, down, left, right do the normal things. Here are some
  657.           others:
  658.  
  659.               PgUp - Moves up a screen at a time.
  660.               PgDn - Guess what? Down a screen at a time.
  661.               Home - Beginning of line.
  662.               End  - End of line (last character)
  663.               DEL  - Deletes the character under the cursor.
  664.               Backspace - Erases character to the left of the cursor.
  665.               INS  - Insert key toggles Insert or Overwrite mode.
  666.               ENTER- Inserts a new line beneath the one you are on.
  667.               CTRL+Y - Deletes the current line. Be careful; its FAST!!!!!
  668.               CTRL+D - Same as Ctrl+Y
  669.               ALT+N  - Finds next match when searching.
  670.               ALT+X  - Saves file but doesn't invoke AUTO-TYPE
  671.               CTRL+ENTER - Saves file and uses AUTO-TYPE to return text.
  672.               ESC - Aborts any changes and returns to program.
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.             ONE-Liner(tm)             11          (c)1994 NCS Software
  695.  
  696.  
  697.           POSSIBLE USES FOR ONE-LINER
  698.  
  699.           Here are some I thought of, Add some more to the list!
  700.  
  701.                Store E-Mail addresses.
  702.  
  703.                Steal Tag-lines off screen
  704.  
  705.                Data entry macros for most text based programs.
  706.  
  707.                Programming macros for commonly used routines.
  708.  
  709.                Cut and paste between DOS programs that you use.
  710.  
  711.                Store often used DOS commands for replay.
  712.  
  713.                Create remark lines for source code (strings of '*')
  714.  
  715.                Capture phone numbers off screen.
  716.  
  717.                Use it as a phone dialer with your modem.
  718.  
  719.                (echo ATDT 555-1212 > COM1:|echo ATZ>com1: // Bills number
  720.  
  721.                Friend and Family Name & address.
  722.  
  723.                Business contacts and numbers.
  724.  
  725.                File to keep track of Credit card numbers. Exp date.
  726.  
  727.                Uses for ONE-Liner limited only by your imagination.
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.             ONE-Liner(tm)             12          (c)1994 NCS Software
  758.  
  759.  
  760.           COMMENT FROM AUTHOR
  761.  
  762.                I decided to release this as shareware because it has become
  763.           to useful to me. I hope you enjoy it and register it. You will
  764.           find many uses I have never thought of.
  765.  
  766.           Greg Newberry
  767.  
  768.  
  769.           LIMITS OF SHAREWARE VERSION
  770.  
  771.           This shareware version is limited to 10 lines of data. This is
  772.           enough to see how well you like it. The Registered version
  773.           supports 300 lines of information. See the file REGISTER.DOC for
  774.           information on ordering the product. The registration fee is
  775.           $20.00 in US funds.
  776.  
  777.  
  778.  
  779.           GREG NEWBERRY
  780.           NCS SOFTWARE
  781.  
  782.           Compuserve: 71022,2300
  783.                GEnie: G.NEWBERRY
  784.             Internet: 71022.2300@compuserve.com
  785.             Internet: g.newberry@genie.geis.com
  786.  
  787.                Phone: (206) 225-5096
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.             ONE-Liner(tm)             13          (c)1994 NCS Software
  821.