home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT162B.ZIP / JBT3.EXE / EZED.DOC < prev    next >
Text File  |  1991-06-12  |  57KB  |  1,301 lines

  1.      
  2.      
  3.      
  4.      
  5.      
  6.      
  7.      
  8.      
  9.      
  10.      
  11.      
  12.      
  13.      
  14.      
  15.      
  16.      
  17.      
  18.      
  19.      
  20.      
  21.      
  22.      
  23.                                    EzEdit
  24.                                       
  25.                                      by
  26.                                       
  27.                              JB Technology Inc.
  28.                                       
  29.                                       
  30.                                       
  31.                                       
  32.                                       
  33.                                       
  34.                                       
  35.                                       
  36.                                       
  37.                                       
  38.                                       
  39.                                       
  40.                                       
  41.                                       
  42.                                       
  43.                                       
  44.                                       
  45.                                       
  46.                                       
  47.                                       
  48.                                       
  49.                                       
  50.                                       
  51.                                       
  52.                                       
  53.                                       
  54.                                 Version 2.00
  55.                    Copyright (c) 1991, JB Technology Inc.
  56.  
  57.      
  58.                              TABLE OF CONTENTS
  59.      
  60.      Introduction . . . . . . . . . . . . . . . . . . . . . . . . .  1
  61.      
  62.      Starting EzEdit  . . . . . . . . . . . . . . . . . . . . . . .  2
  63.      
  64.      EzEdit's Screen  . . . . . . . . . . . . . . . . . . . . . . .  3
  65.      
  66.      EzEdit's Windows . . . . . . . . . . . . . . . . . . . . . . .  4
  67.      
  68.      Dialog Boxes . . . . . . . . . . . . . . . . . . . . . . . . .  7
  69.      
  70.      EzEdit's Main Menu . . . . . . . . . . . . . . . . . . . . . . 16
  71.      
  72.      EzEdit Commands  . . . . . . . . . . . . . . . . . . . . . . . 18
  73.      
  74.      Finding Text . . . . . . . . . . . . . . . . . . . . . . . . . 19
  75.      
  76.      Replacing Text . . . . . . . . . . . . . . . . . . . . . . . . 20
  77.      
  78.      The Clipboard  . . . . . . . . . . . . . . . . . . . . . . . . 22
  79.      
  80.      The Calculator . . . . . . . . . . . . . . . . . . . . . . . . 23
  81.      
  82.      The ASCII Chart  . . . . . . . . . . . . . . . . . . . . . . . 24
  83.      
  84.      The JBT Tools  . . . . . . . . . . . . . . . . . . . . . . . . 25
  85.  
  86.      -1-
  87.                                 INTRODUCTION
  88.      
  89.      EzEdit  is  an  ASCII text file editor.  Files up to 64K  can  be
  90.      created and/or edited.
  91.      
  92.      EzEdit  has pull down menus and can have multiple files opened at
  93.      the  same time and loaded into windows.  The open windows can  be
  94.      moved  and  resized.  Text can be copied or cut into a  clipboard
  95.      whose contents can be copied/moved to any open window. 
  96.      
  97.      EzEdit  comes  with a calculator which can be "popped  up".  Also
  98.      included  is  an  ASCII table where the decimal value  for  ASCII
  99.      characters are displayed next to their corresponding character.
  100.      
  101.      
  102.  
  103.      -2-
  104.                               STARTING EZEDIT
  105.      
  106.      To start EzEdit,  simply type EZED at the Dos prompt or type EZED
  107.      with the file names to be automatically loaded.
  108.      
  109.      Examples:
  110.      
  111.           1. Load EzEdit, loading no files.
  112.      
  113.                C:\JBTT\EZED
  114.           
  115.           2. Load EzEdit and load the file AUTOEXEC.BAT into a window.
  116.      
  117.                C:\JBTT\EZED C:\AUTOEXEC.BAT
  118.      
  119.              Note: The FULL PATH must be included in the file name.
  120.      
  121.           3. Load EzEdit and load the files CONFIG.SYS and GO.BAT.
  122.      
  123.                C:\JBTT\EZED C:\CONFIG.SYS C:\DOS\GO.BAT 
  124.      
  125.      That is all there is to loading EzEdit.
  126.      
  127.  
  128.      -3-
  129.                               EZEDIT'S SCREEN
  130.      
  131.      When  EzEdit  is  loaded,  your  PC screen will  consist  of  the
  132.      following elements:
  133.      
  134.      MAIN MENU:
  135.           The  EzEdit Menu is a pull down menu with the menu headings;
  136.           FILE,  EDIT,  SEARCH,  WINDOW  and MISCELLANEOUS.  The  menu
  137.           system is accessed three ways. They are;
  138.      
  139.                * Depressing function key F10
  140.                * Depressing  the  ALT key and the first letter of  the
  141.                  menu heading. (i.e. ALT F for File)
  142.                * Move  the mouse cursor to the menu heading and  press
  143.                  the left mouse button.
  144.      
  145.      STATUS LINE:
  146.           The  bottom line displayed on the screen is the STATUS LINE.
  147.           The Status Line consists of the following short cut keys;
  148.      
  149.                    F2  - Save File
  150.                    F3  - Open Window 
  151.                Alt F3  - Close Current Window
  152.                    F5  - Zoom Current Window
  153.                    F6  - Goto Next Window
  154.                    F10 - Invoke Menu
  155.      
  156.           If  any  the above items are not functional,  (i.e..  If  no
  157.           windows are opened then F5 - Zoom is not functional) it will
  158.           be displayed in a lighter color.
  159.      
  160.           For  mouse  users,  you  can move the mouse  cursor  to  the
  161.           function  and depress the left mouse button and the function
  162.           will be evoked.
  163.      
  164.      EDITING AREA:
  165.      
  166.           The area between the Menu and the Status Line is the editing
  167.           area.  All windows, including the calculator and ASCII chart
  168.           are displayed in this area.
  169.  
  170.      -4-
  171.                               EZEDIT'S WINDOWS
  172.      
  173.      Files are displayed in WINDOWS. Windows can be resized, moved and
  174.      zoomed. The following is an example of an EzEdit text window.
  175.      
  176.      +-[■]------------------- C:\AUTOEXEC.BAT -------------------[^]-+
  177.      |CLS                                                            |
  178.      |PROMPT $P$G                                                    |
  179.      |ENCORE /b125                                                   |
  180.      |C:\BOOT>NUL:                                                   |
  181.      |IF ERRORLEVEL 2 GOTO CONFIG2                                   |
  182.      |IF ERRORLEVEL 1 GOTO CONFIG1                                   |
  183.      |:CONFIG1                                                       |
  184.      |PATH=C:\;E:\PCKWIK;C:\UTILITY;D:\DOS;C:\MENU;C:\TP6            |
  185.      |SUPERPCK /B+ /D+ /H+ /O- /Q- /T+ /V+ /W+ /S:=512 /P-           |
  186.      |PCKKEY /&U /A- /I+ /K- /M:3 /R7A /T5C /P-                      |
  187.      |PCKSCRN /&U /B:5 /K- /P-                                       |
  188.      |PCKSPL                                                         |
  189.      |D:                                                             |
  190.      |CD\SI                                                          |
  191.      |E:\386MAX\386LOAD SIZE=27136 PROG=d:\si\si -T 1                |
  192.      |SW H                                                           |
  193.      +------ 1:1 ----------------------------------------------------+
  194.       
  195.      MOVING AND RESIZING A WINDOW:
  196.           All text windows can be moved around the screen and resized.
  197.           Select  SIZE/MOVE  from the WINDOWS Main Menu option  or  by
  198.           depressing the Quick Key, Ctrl-F5. 
  199.      
  200.           Once  the SIZE/MOVE option has been selected,  the following
  201.           keys can be used.
  202.      
  203.                Key                 Action
  204.              -------------------   ---------------------------------
  205.                Arrow Keys          Move the window. 
  206.                Shift+Left Arrow    Make window smaller horizontally.
  207.                Shift+Right Arrow   Make window larger horizontally.
  208.                Shift+Up Arrow      Make window smaller vertically.
  209.                Shift+Down Arrow    Make window larger vertically.
  210.      
  211.           When  window is the desired size and in the desired location
  212.           depress <Enter>.
  213.      
  214.      TILING/CASCADING:
  215.      
  216.           Multiple  windows  can  be  displayed  two  ways;  TILE  and
  217.           CASCADE. 
  218.      
  219.           A  TILED view will display all open windows on the screen at
  220.           the same time,  adjusting their size to accomplish this. The
  221.           following is an example of how a four windowed tiled display
  222.           would appear.
  223.      
  224.  
  225.      -5-
  226.       
  227.                   +------------------------------------+
  228.                   | +============1==++------------2--+ |
  229.                   | |               ||               | |
  230.                   | |(Active Window)||               | |
  231.                   | |               ||               | |
  232.                   | |               ||               | |
  233.                   | +===============++---------------+ |
  234.                   | +------------3--++------------4--+ |
  235.                   | |               ||               | |
  236.                   | |               ||               | |
  237.                   | |               ||               | |
  238.                   | |               ||               | |
  239.                   | +---------------++---------------+ |
  240.                   +------------------------------------+
  241.       
  242.           A  CASCADED view will display all open windows on the screen
  243.           at the same time, stacking them. The following is an example
  244.           of how a four cascaded windows would appear.
  245.       
  246.                        +--------------------------1-+
  247.                        |+-------------------------2-+
  248.                        ||+------------------------3-+
  249.                        |||+=======================4=+
  250.                        ||||                         |
  251.                        ||||                         |
  252.                        ||||    (Active Window)      |
  253.                        ||||                         |
  254.                        ||||                         |
  255.                        ++++=========================+
  256.       
  257.      TRAVERSING BETWEEN WINDOWS:
  258.      
  259.           The  WINDOWS  Main Menu Heading has two (2) submenu  options
  260.           which provides methods for traversing between windows.  They
  261.           are; NEXT (F6) and PREVIOUS (Shift-F6).
  262.       
  263.      ZOOMING
  264.      
  265.           If a window is not full size, it can be ZOOMED and UNZOOMED.
  266.           The  WINDOWS  submenu option ZOOM (F5)  "toggles"  the  zoom
  267.           state.
  268.      
  269.      CLOSING A WINDOW:
  270.      
  271.           Closing  a window will unload the associated file and remove
  272.           the  window  from  display area.  This  is  accomplished  by
  273.           selecting the WINDOWS submenu option CLOSE (Alt-F3).
  274.  
  275.      -6-
  276.      
  277.      MOUSE FEATURES:
  278.      
  279.           For mouse users, there are several feature the windows have.
  280.           They are:
  281.      
  282.           * Moving up and down the file. The file can be scrolled
  283.             vertically  by  moving  the mouse  cursor  along  the
  284.             vertical  scroll bar (located along the right side of
  285.             the window) and clicking the left button. 
  286.      
  287.           * Moving  horizontally  on the file.  The text  can  be
  288.             scrolled  left  and right by moving the mouse  cursor
  289.             along  the  horizontal  scroll bar  (located  on  the
  290.             bottom  line  of  the window) and clicking  the  left
  291.             button.
  292.      
  293.           * Zooming  the Window.  If the window has been  resized
  294.             (Ctrl  F5),  the zoom state can be toggled by  moving
  295.             the mouse cursor to the box "[^]"  and click the left
  296.             button.
  297.      
  298.           * Close the Window.  The window can be closed by moving
  299.             the  cursor  to the box "[■]"  (located in the  upper
  300.             left  hand  corner of the window frame) and  clicking
  301.             the left mouse button.
  302.      
  303.  
  304.      -7-
  305.                                 DIALOG BOXES
  306.      
  307.      Dialog Boxes are a method of selecting/inputting data. EzEdit has
  308.      Dialog  Boxes for Opening a file,  Changing Directory,  Searching
  309.      for Text and Search & Replace text. 
  310.      
  311.      The following are keys common to the four Dialog Boxes in EzEdit:
  312.      
  313.           Key            Action
  314.         ------------     --------------------------------------------
  315.           Tab            Move to the next item in the Dialog Box.
  316.           Shift Tab      Move to the previous item in the Dialog Box.
  317.           <Enter>        Finish entering data in the Dialog Box.
  318.      
  319.           Note:     If  you have a mouse,  moving the mouse cursor  to
  320.                     the field,  file name,  option and clicking either
  321.                     button  will  select that field or  highlight  the
  322.                     file name.
  323.      
  324.      The  following will display each of the four (4) Dialog Boxes and
  325.      how to use them.
  326.      
  327.      THE FILE OPEN DIALOG BOX:
  328.      
  329.      The  FILE  OPEN Dialog Box is used to open a new window with  and
  330.      edit  an existing file.  When the FILE OPEN command is evoked via
  331.      the Main Menu or the Quick Key,  its Dialog Box will "pop up". An
  332.      example of the Dialog Box is:
  333.      
  334.              +-[■]-------------- Open file ------------------+
  335.              |                                               |
  336.              |  Name                                         |
  337.              |   *.*                               Open       
  338.              |                                               |
  339.              |  Files                                        |
  340.              |   BOXES.SQZ     | ..\              Cancel     |
  341.              |   IMPORT.COM    |                             |
  342.              |   POP.COM       |                             |
  343.              |   POPP.COM      |                             |
  344.              |   SAYWHAT.EXE   |                             |
  345.              |   TEST.BAT      |                             |
  346.              |   VIDPOP.COM    |                             |
  347.              |   VIEWLIB.COM   |                             |
  348.              |                                               |
  349.              |                                               |
  350.              | C:\GRAPHICS\SAYWHAT\*.*                       |
  351.              | BOXES.SQZ    1418      Apr 24, 1991   7:22am  |
  352.              +-----------------------------------------------+
  353.      
  354.      There are four (4) areas (fields) for data selection. They are:
  355.      
  356.                 *  Name
  357.                 *  File List
  358.                 *  Open
  359.                 *  Cancel
  360.      
  361.      -8-
  362.      
  363.         NAME:
  364.                 There are three (3) ways of entering information. They
  365.                 are:
  366.                         Enter  the  file name.  The file name  can  be
  367.                         entered  at the keyboard and when the  <Enter>
  368.                         key is depressed, the file will be loaded into
  369.                         a new window.
  370.      
  371.                         Enter  a file mask.  A file mask (*.*,  *.txt,
  372.                         *.bak  ..)  can be entered and files  matching
  373.                         the  file  mask will be displayed in the  file
  374.                         list.
  375.      
  376.                         Pick  from history list.  Depressing the  DOWN
  377.                         ARROW will "pop up"  a HISTORY LIST. This is a
  378.                         list  of  files and file masks that have  been
  379.                         previously   entered  in  the  NAME  field  or
  380.                         selected from the FILES LIST. A file mask or a
  381.                         file  name can be highlighted and when <Enter>
  382.                         is  depressed,  either  the file mask will  be
  383.                         used  on  the files list,  or the  highlighted
  384.                         file name will be loaded into a new window.
  385.      
  386.      
  387.         FILE LIST:
  388.                 The  FILE  LIST  is a scrollable list  of  file  names
  389.                 available  in the current subdirectory.  The following
  390.                 keys  can be used to move the highlight bar from to  a
  391.                 file.
  392.      
  393.                         Key             Action
  394.                       -------------     ------------------------------
  395.                         Up Arrow        Move up one file.
  396.                         Down Arrow      Move down one file.
  397.                         Right Arrow     If in the left column, move to
  398.                                         the  right column.  If in  the
  399.                                         right column, move to the last
  400.                                         file in the right column.
  401.                         Left Arrow      If  in the right column,  move
  402.                                         to the left column.  If in the
  403.                                         left column, move to the first
  404.                                         file in the left column.
  405.                         Home            Move  to the first file in the
  406.                                         left column.
  407.                         End             Move  to the last file in  the
  408.                                         right column.
  409.         
  410.                 For  mouse  users,  there  are two ways  to  move  the
  411.                 highlight  bar.  The first is to move the mouse cursor
  412.                 to the file and click the left button. 
  413.  
  414.      
  415.      -9-
  416.      
  417.                 The   second  is  to  put  the  mouse  cursor  on  the
  418.                 horizontal  scroll bar and click a mouse button.  This
  419.                 will move the highlight bar between the first and last
  420.                 file name.
  421.         
  422.                 To  load the highlighted file into a new window simply
  423.                 depress  <Enter>,  or if you using a mouse,  click the
  424.                 left button twice.
  425.      
  426.         OPEN:
  427.                 When the file to be opened (loaded) is highlighted, it
  428.                 can  be  loaded into a new window as described in  the
  429.                 previous  paragraph or by depressing the TAB key which
  430.                 will  move to the OPEN field.  Depressing <Enter> when
  431.                 in the TAB field will load the highlighted file into a
  432.                 new window.
  433.      
  434.                 If  you are using a mouse,  moving the mouse cursor to
  435.                 OPEN  and clicking the left button TWICE will load the
  436.                 highlighted file into a new window.
  437.      
  438.         CANCEL:
  439.                 If  you decide that you do not want to Open a File you
  440.                 can  depress  the TAB key until you are in the  CANCEL
  441.                 field.   Depress  <Enter>  to  cancel  the  FILE  OPEN
  442.                 function.
  443.      
  444.                 If  you are using a mouse,  moving the mouse cursor to
  445.                 CANCEL  and clicking the left button TWICE will cancel
  446.                 the FILE OPEN function.
  447.      
  448.                 Note:   The  FILE OPEN function can be canceled at any
  449.                         time by depressing ESC.
  450.      
  451.      
  452.      THE CHANGE DIRECTORY DIALOG BOX:
  453.      
  454.      The  CHANGE DIRECTORY Dialog Box is used to change the  directory
  455.      where files are to be stored or opened. When the CHANGE DIRECTORY
  456.      command  is  evoked via the Main Menu,  its Dialog Box will  "pop
  457.      up". An example of the Dialog Box is:
  458.  
  459.      -10-
  460.      
  461.                +-[■]---------- Change Directory --------------+
  462.                |                                              |
  463.                |  Directory name                              |
  464.                |   C:\GRAPHICS\SAYWHAT                        |
  465.                |                                              |
  466.                |  Directory tree                              |
  467.                |   Drives                             OK      |
  468.                |   +-+C:\                                     |
  469.                |     +-+GRAPHICS                              |
  470.                |       +--SAYWHAT                   Chdir     |
  471.                |                                              |
  472.                |                                              |
  473.                |                                    Revert    |
  474.                |                                              |
  475.                |                                              |
  476.                |                                              |
  477.                |                                              |
  478.                +----------------------------------------------+
  479.      
  480.      There are five (5) areas (fields) for data selection. They are:
  481.      
  482.                 *  Directory Name
  483.                 *  Directory Tree
  484.                 *  OK
  485.                 *  Chdir
  486.                 *  Revert
  487.      
  488.         DIRECTORY NAME:
  489.                 The  Directory  Name  field will display  the  current
  490.                 directory where files will be saved and loaded from.
  491.      
  492.                 If  you wish to type in the drive/subdirectory in lieu
  493.                 of selecting from the graphical tree,  then type it in
  494.                 this field and depress <Enter>.
  495.      
  496.                 Pick  from  history list.  Depressing the  DOWN  ARROW
  497.                 will"pop up"  a HISTORY LIST.  This is a list of files
  498.                 and  drive/subdirectories  that have  been  previously
  499.                 entered  in the DIRECTORY NAME field or selected  from
  500.                 the  DIRECTORY  TREE.   A  drive/subdirectory  can  be
  501.                 highlighted   and  when  <Enter>  is  depressed,   the
  502.                 highlighted drive/subdirectory will be the new default
  503.                 path.
  504.      
  505.         DIRECTORY TREE:
  506.                 The Directory Tree field is a graphical representation
  507.                 of the subdirectories on your drive.
  508.                 
  509.                 If   the   root  directory  IS  NOT  current   default
  510.                 directory,   move   the  highlight  bar  to  the  root
  511.                 directory and depress <Enter>. All subdirectories will
  512.                 be displayed.
  513.  
  514.      -11-
  515.         
  516.                 The  following keys can be used to move the  highlight
  517.                 bar to a subdirectory.
  518.      
  519.                         Key             Action
  520.                       -------------     ------------------------------
  521.                         Up Arrow        Move up one subdirectory.
  522.                         Down Arrow      Move down one subdirectory.
  523.                         Home            Move   to   the   first   sub-
  524.                                         directory   displayed  in  the
  525.                                         window.
  526.                         End             Move  to the last subdirectory
  527.                                         displayed in the window.
  528.                         Page Down       Display  the next page of sub-
  529.                                         directories,  highlighting the
  530.                                         first   subdirectory  on  that
  531.                                         page.
  532.                         Page Up         Display  the previous page  of
  533.                                         subdirectories,   highlighting
  534.                                         the first subdirectory on that
  535.                                         page.
  536.                         Ctrl Page Down  Display  the last page of sub-
  537.                                         directories,  highlighting the
  538.                                         last subdirectory.
  539.                         Ctrl Page Up    Display the first page of sub-
  540.                                         directories,      highlighting
  541.                                         "Drives"
  542.      
  543.                 For  mouse  users,  there  are two ways  to  move  the
  544.                 highlight  bar.  The first is to move the mouse cursor
  545.                 to the subdirectory and click the left button. 
  546.      
  547.                 The  second is to put the mouse cursor on the vertical
  548.                 scroll  bar and click a mouse button.  This will  move
  549.                 the highlight bar up and down the tree.
  550.      
  551.                 To  change drives,  move the highlight bar to "DRIVES"
  552.                 and  depress <Enter>.  A list of drives will be shown.
  553.                 Highlight  the desired drive and depress <Enter>.  The
  554.                 graphical tree for that drive will be displayed.
  555.      
  556.                 Once  the desired drive has been highlighted,  depress
  557.                 <Enter>.  If you are using a mouse,  clicking the left
  558.                 button  TWICE will have the same results as depressing
  559.                 <Enter>.  The  highlighted drive/subdirectory will  be
  560.                 displayed in the DIRECTORY NAME field.  Depress TAB to
  561.                 move to the OK field and depress <Enter>. 
  562.      
  563.         CHDIR:
  564.                 If  you  tab to this field and decide you want  to  go
  565.                 back to the graphical tree,  depress <Enter>,  or move
  566.                 the  mouse  cursor  to this field and click  the  left
  567.                 button.
  568.  
  569.      -12-
  570.      
  571.         REVERT:
  572.                 If  you change your mind about the  drive/subdirectory
  573.                 you  selected and you want to go back to the  previous
  574.                 one, depress <Enter>, or move the mouse cursor to this
  575.                 field and click the left button.
  576.      
  577.      
  578.      THE FIND DIALOG BOX:
  579.      
  580.      The  FIND  Dialog  Box is used to search your file  for  matching
  581.      text.  When  the FIND command is evoked via the Main Menu or  the
  582.      Quick Key (^QF),  its Dialog Box will "pop up". An example of the
  583.      Dialog Box is:
  584.      
  585.                     +-[■]----------- Find ---------------+
  586.                     |                                    |
  587.                     |  Text to find                      |
  588.                     |                                    |
  589.                     |                                    |
  590.                     |   [ ] Case sensitive               |
  591.                     |   [ ] Whole words only             |
  592.                     |                                    |
  593.                     |                                    |
  594.                     |                 OK        Cancel   |
  595.                     |                                    |
  596.                     +------------------------------------+
  597.      
  598.         There  are  five (5) areas (fields) for data  selection.  They
  599.         are:
  600.      
  601.                 *  Text to find
  602.                 *  Case sensitive
  603.                 *  Whole words only
  604.                 *  OK
  605.                 *  Cancel
  606.      
  607.         TEXT TO FIND
  608.                 The  text  to be found is entered in this  field.  The
  609.                 field  is scrollable.  This means is the text you wish
  610.                 to search for is longer than the field that appears in
  611.                 the Dialog Box, the text will scroll to the left.
  612.      
  613.                 Pick from history list. Depressing the DOWN ARROW will
  614.                 "pop  up"  a HISTORY LIST.  This is a list of previous
  615.                 text  strings  that has been entered.  If you want  to
  616.                 search  for  a  text  string  that  is  on  the  list,
  617.                 highlight  the  text string and depress  <Enter>.  The
  618.                 text will be placed in the TEXT TO FIND field where it
  619.                 can be edited.
  620.  
  621.      -13-
  622.      
  623.         CASE SENSITIVE/WHOLE WORDS ONLY:
  624.                 The  CASE  SENSITIVE and WHOLE WORDS ONLY  fields  are
  625.                 called  CHECK  BOXES.  The status of these fields  are
  626.                 "toggled"  by depressing the SPACE BAR.  If an "X"  is
  627.                 placed  in  within  the  "[  ]",  then  the  field  is
  628.                 "toggled" ON. 
  629.      
  630.                 To move between the two check box fields use the ARROW
  631.                 KEYS.
  632.      
  633.                 If  you are using a mouse,  moving the mouse cursor to
  634.                 the  "[ ]"  and clicking the left button will "toggle"
  635.                 the status.
  636.      
  637.         OK:
  638.                 When  the  TEXT  TO FIND and the status  of  the  CASE
  639.                 SENSITIVE  and  WHOLE  WORDS ONLY  has  been  entered,
  640.                 depressing  <Enter>  on  this  field  will  begin  the
  641.                 search. 
  642.      
  643.                 If  you  are using a mouse,  move the mouse cursor  to
  644.                 this field and click the left button.
  645.      
  646.         CANCEL:
  647.                 To  cancel the SEARCH function,  TAB to this field and
  648.                 depress  <Enter>,  or  move the mouse cursor  to  this
  649.                 field and click the left button.
  650.      
  651.      
  652.      THE REPLACE DIALOG BOX:
  653.      
  654.      The  REPLACE Dialog Box is used to search your file for  matching
  655.      text  and  replace  the text with other text.  When  the  REPLACE
  656.      command  is evoked via the Main Menu or the Quick Key (^QA),  its
  657.      Dialog Box will "pop up". An example of the Dialog Box is:
  658.      
  659.                    +-[■]---------- Replace ---------------+
  660.                    |                                      |
  661.                    |  Text to find                        |
  662.                    |                                      |
  663.                    |                                      |
  664.                    |  New text                            |
  665.                    |                                      |
  666.                    |                                      |
  667.                    |   [ ] Case sensitive                 |
  668.                    |   [ ] Whole words only               |
  669.                    |   [X] Prompt on replace              |
  670.                    |   [ ] Replace all                    |
  671.                    |                                      |
  672.                    |                    OK       Cancel   |
  673.                    |                                      |
  674.                    +--------------------------------------+
  675.  
  676.      -14-
  677.      
  678.         There  are eight (8) areas (fields) for data  selection.  They
  679.         are:
  680.       
  681.                 *  Text to find
  682.                 *  New text
  683.                 *  Case sensitive
  684.                 *  Whole words only
  685.                 *  Prompt on replace
  686.                 *  Replace all
  687.                 *  OK
  688.                 *  Cancel
  689.      
  690.         TEXT TO FIND:
  691.                 The  text  to be found is entered in this  field.  The
  692.                 field  is scrollable.  This means is the text you wish
  693.                 to search for is longer than the field that appears in
  694.                 the Dialog Box, the text will scroll to the left.
  695.      
  696.                 Pick from history list. Depressing the DOWN ARROW will
  697.                 "pop  up"  a HISTORY LIST.  This is a list of previous
  698.                 text  strings  that has been entered.  If you want  to
  699.                 search  for  a  text  string  that  is  on  the  list,
  700.                 highlight  the  text string and depress  <Enter>.  The
  701.                 text will be placed in the TEXT TO FIND field where it
  702.                 can be edited.
  703.      
  704.         NEW TEXT:
  705.                 When text is found,  it can be replaced with new text.
  706.                 The  new text is entered in this field.  The field  is
  707.                 scrollable.  This means is the text you wish to search
  708.                 for  is  longer  than the field that  appears  in  the
  709.                 Dialog Box, the text will scroll to the left.
  710.      
  711.                 Pick from history list. Depressing the DOWN ARROW will
  712.                 "pop  up"  a HISTORY LIST.  This is a list of previous
  713.                 text  strings  that has been entered.  If you want  to
  714.                 search  for  a  text  string  that  is  on  the  list,
  715.                 highlight  the  text string and depress  <Enter>.  The
  716.                 text will be placed in the NEW TEXT field where it can
  717.                 be edited.
  718.      
  719.         CASE SENSITIVE/WHOLE WORDS ONLY
  720.         PROMPT ON REPLACE/REPLACE ALL:
  721.                 The  CASE  SENSITIVE,  WHOLE  WORDS  ONLY,  PROMPT  ON
  722.                 REPLACE and REPLACE ALL fields are called CHECK BOXES.
  723.                 The status of these fields are "toggled" by depressing
  724.                 the  SPACE BAR.  If an "X"  is placed in within the "[
  725.                 ]", then the field is "toggled" ON. 
  726.      
  727.                 To move between the two check box fields use the ARROW
  728.                 KEYS.
  729.  
  730.      -15-
  731.      
  732.                 If  you are using a mouse,  moving the mouse cursor to
  733.                 the  "[ ]"  and clicking the left button will "toggle"
  734.                 the status.
  735.      
  736.         OK:
  737.                 When  the TEXT TO FIND,  NEW TEXT and the check  boxes
  738.                 has  been  entered,  depressing <Enter> on this  field
  739.                 will begin the search. 
  740.      
  741.                 If  you  are using a mouse,  move the mouse cursor  to
  742.                 this field and click the left button.
  743.      
  744.         CANCEL:
  745.                 To  cancel the SEARCH function,  TAB to this field and
  746.                 depress  <Enter>,  or  move the mouse cursor  to  this
  747.                 field and click the left button.
  748.      
  749.      
  750.  
  751.      -16-
  752.      
  753.                              EZEDIT'S MAIN MENU
  754.      
  755.      EzEdit's  Main  Menu  is a "pull down"  menu.  A pull  down  menu
  756.      consists  of  horizontal menu headings and each menu heading  has
  757.      associated vertical sub-heading options:
  758.      
  759.      To  access  the Main Menu depress function key F10.  To move  the
  760.      highlight  bar  to  a menu heading use the left and  right  arrow
  761.      keys.
  762.      
  763.      To  choose  a  Main Menu heading move the highlight  bar  to  the
  764.      desired  choice and depress <Enter>,  or depress the first letter
  765.      of the heading.  If you are using a mouse,  move the mouse cursor
  766.      to the desired heading and click the left mouse button.
  767.      
  768.      When a Main Menu heading is chosen,  it's sub-heading options are
  769.      displayed directly below.  The following are the keys that can be
  770.      used in a sub-heading.
  771.      
  772.           Key            Action
  773.         --------------   ------------------------------------------
  774.           Up Arrow       Highlight the previous sub-heading option.
  775.           Down Arrow     Highlight the next sub-heading option.
  776.           Home           Highlight the first sub-heading option.
  777.           End            Highlight the last sub-heading option.
  778.           Right Arrow    Move to the sub-heading menu to the right.
  779.           Left Arrow     Move to the sub-heading menu to the left.
  780.      
  781.      Once   the  desired  sub-heading  option  has  been  highlighted,
  782.      depressing  <Enter>  will evoke its  associated  function.  Mouse
  783.      users can move the mouse cursor to the preferred choice and click
  784.      the left mouse button.
  785.      
  786.      Depressing  ESC anywhere within the pull down menu will exit  the
  787.      menu system.
  788.      
  789.      EzEdit's  Main  Menu  heading's  and  their  related  sub-heading
  790.      options are:
  791.      
  792.           Heading        Sub-Heading Options
  793.           -------        -------------------
  794.           File           Open 
  795.                          New
  796.                          Save
  797.                          Save As
  798.                          Change Dir
  799.                          Dos Shell
  800.                          Exit
  801.           Edit           Undo
  802.                          Cut
  803.                          Copy
  804.                          Paste
  805.                          Show Clipboard
  806.                          Clear
  807.  
  808.      -17-
  809.           
  810.           Heading        Sub-Heading Options
  811.           -------        -------------------
  812.           Search         Find
  813.                          Replace
  814.                          Search Again
  815.           Windows        Size
  816.                          Zoom 
  817.                          Tile
  818.                          Cascade
  819.                          Next
  820.                          Previous
  821.                          Close
  822.           Miscellaneous  Calculator
  823.                          ASCII Table
  824.                     
  825.  
  826.      -18-
  827.                               EZEDIT COMMANDS
  828.      
  829.      The following is a list of EzEdit's commands.
  830.      
  831.                         Cursor Movement Commands
  832.           Character left                ^S or Left Arrow
  833.           Character right               ^D or Right Arrow
  834.           Word left                     ^A or ^Left Arrow
  835.           Word right                    ^F or ^Right Arrow
  836.           Line up                       ^E or Up Arrow
  837.           Line down                     ^X or Down Arrow
  838.           Page Up                       ^R or Pg Up
  839.           Page Down                     ^C or Pg Dn
  840.           Beginning of File             ^QR or ^Pg Up
  841.           End of File                   ^QC or ^Pg Dn
  842.           Beginning of Line             ^QS or Home
  843.           End of Line                   ^QD or End
  844.      
  845.                       Insert and Delete Commands
  846.           New line                       ^M or <Enter>
  847.           Tab                            ^I or Tab
  848.           Delete character under cursor  ^G or Del
  849.           Delete character left          ^H or Backspace
  850.           Delete word                    ^T
  851.           Delete to end of line          ^QY
  852.           Delete line                    ^Y
  853.      
  854.                         Block/Clipboard Commands
  855.           Mark beginning of block       ^KB
  856.           Copy block to Clipboard       Ctrl Ins
  857.           Cut block to Clipboard        Shift Del
  858.           Paste from Clipboard          Shift Ins
  859.           Clear Clipboard               Ctrl Del
  860.      
  861.                      Window Commands
  862.           Open New Window               F3
  863.           Close Window                  Alt F3
  864.           Size Window                   Ctrl F5
  865.           Zoom Window                   F5
  866.           Goto Next Window              F6
  867.           Goto Previous Window          Shift F6
  868.      
  869.                           Miscellaneous Commands
  870.           Save file                     F2
  871.           Exit                          Alt X
  872.           Find a string                 ^QF
  873.           Find and replace string       ^QA
  874.           Repeat last find operation    ^L
  875.           Load Calculator               Alt C
  876.           Load ASCII Table              Alt A
  877.  
  878.      -19-
  879.                                 FINDING TEXT
  880.      
  881.      EzEdit  provides  means of searching the text file  for  matching
  882.      text.  The  FIND function can be evoked by selecting it from  the
  883.      Main Menu or by the Quick Key (^QF).
  884.      
  885.      Once  the FIND function has been selected,  the following  dialog
  886.      box will be displayed:
  887.      
  888.                     +-[■]----------- Find ---------------+
  889.                     |                                    |
  890.                     |  Text to find                      |
  891.                     |                                    |
  892.                     |                                    |
  893.                     |   [ ] Case sensitive               |
  894.                     |   [ ] Whole words only             |
  895.                     |                                    |
  896.                     |                                    |
  897.                     |                 OK        Cancel   |
  898.                     |                                    |
  899.                     +------------------------------------+
  900.      
  901.      There are three (3) fields to enter, which are:
  902.      
  903.           * Text to find. The text to find is entered in this field.
  904.      
  905.           * Case  sensitive.  If this field is toggled,  the text will
  906.             have to exact.
  907.             
  908.                     Example: 
  909.                          Text to find: Smith
  910.                          If Case Sensitive is toggled, then,
  911.                               Smith WILL NOT MATCH smith or SMITH
  912.      
  913.           * Whole  Words Only.  If toggled,  the text to find will  be
  914.             only whole words.
  915.      
  916.                     Example:
  917.                          Text to find: the
  918.                          If Whole Words Only is toggled, then,
  919.                               the WILL NOT MATCH there or their.
  920.      
  921.      Once  a match has been found,  the match will be highlighted.  To
  922.      perform another identical find, select SEARCH AGAIN from the Main
  923.      Menu or depress the Quick Key ^L.
  924.      
  925.  
  926.      -20-
  927.                                REPLACING TEXT
  928.      
  929.      Replacing  existing  text with new text can be accomplished  with
  930.      the  REPLACE  function.  The  REPLACE function can be  evoked  by
  931.      selecting it from the Main Menu or by the Quick Key (^QA).
  932.      
  933.      Once the REPLACE function has been selected, the following dialog
  934.      box will be displayed:
  935.      
  936.                    +-[■]---------- Replace ---------------+
  937.                    |                                      |
  938.                    |  Text to find                        |
  939.                    |                                      |
  940.                    |                                      |
  941.                    |  New text                            |
  942.                    |                                      |
  943.                    |                                      |
  944.                    |   [ ] Case sensitive                 |
  945.                    |   [ ] Whole words only               |
  946.                    |   [X] Prompt on replace              |
  947.                    |   [ ] Replace all                    |
  948.                    |                                      |
  949.                    |                    OK       Cancel   |
  950.                    |                                      |
  951.                    +--------------------------------------+
  952.      
  953.      There are six (6) fields to enter, which are:
  954.      
  955.           * Text to find. The text to find is entered in this field.
  956.      
  957.           * New text. The text to replace the existing text is entered
  958.             in this field.
  959.      
  960.           * Case  sensitive.  If this field is toggled,  the text will
  961.             have to exact.
  962.             
  963.                     Example: 
  964.                          Text to find: Smith
  965.                          If Case Sensitive is toggled, then,
  966.                               Smith WILL NOT MATCH smith or SMITH
  967.      
  968.           * Whole  Words Only.  If toggled,  the text to find will  be
  969.             only whole words.
  970.      
  971.                     Example:
  972.                          Text to find: the
  973.                          If Whole Words Only is toggled, then,
  974.                               the WILL NOT MATCH there or their.
  975.      
  976.           * Prompt  on  Replace.  If  toggled,  you will be  asked  to
  977.             replace the matching text with the new text.
  978.      
  979.           * Replace all. If toggled, the every matching occurrence can
  980.             be  replace.  If  not  toggled,  only  the  next  matching
  981.             occurrence can be replaced.
  982.      -21-
  983.      
  984.      To  perform another identical replace,  select SEARCH AGAIN  from
  985.      the Main Menu or depress the Quick Key ^L.
  986.      
  987.  
  988.      -22-
  989.                                THE CLIPBOARD
  990.      
  991.      Once  of EzEdit's features is the CLIPBOARD.  The clipboard is  a
  992.      special text window. Blocks of text from any window can be copied
  993.      or  moved to the clipboard.  The contents of the clipboard can be
  994.      copied to any open text window.
  995.      
  996.      The following is a list of clipboard functions.
  997.      
  998.           Function                 Action
  999.           ----------------         -----------------------------------
  1000.           Cut to Clipboard         The   highlighted   block  in   the
  1001.                                    current text window will be deleted
  1002.                                    from  the  current text window  and
  1003.                                    placed in the clipboard.
  1004.           Copy to Clipboard        The   highlighted   block  in   the
  1005.                                    current  text window will be copied
  1006.                                    into the clipboard.
  1007.           Paste from Clipboard     The  text in the clipboard will  be
  1008.                                    copied  from the clipboard into the
  1009.                                    current  text file at the  location
  1010.                                    of the cursor.
  1011.           Show Clipboard           The  clipboard will be displayed as
  1012.                                    a  text window and the contents  of
  1013.                                    the clipboard can be edited.
  1014.           Clear Clipboard          The  contents of the clipboard will
  1015.                                    be deleted.
  1016.  
  1017.      One  of the features of the clipboard is that when text is copied
  1018.      or cut into the clipboard, it is APPENDED to the clipboard at the
  1019.      current cursor location of the clipboard.
  1020.  
  1021.      The  clipboard  must  be cleared if you do not want  the  current
  1022.      highlighted  block  to  be appended to the text existing  in  the
  1023.      clipboard.
  1024.  
  1025.  
  1026.      -23-
  1027.                                THE CALCULATOR
  1028.  
  1029.      The  calculator  is a simple four-function calculator  with  add,
  1030.      subtract,  multiply,  and divide.   To operate the calculator you
  1031.      can  either  use  the  keyboard  or  press  the  buttons  on  the
  1032.      calculator  with the mouse.   The 'C'  key clears the calculator,
  1033.      the '' key will erases the last character typed, and the '±' key
  1034.      toggles  the  value  from  positive  to  negative  (the  keyboard
  1035.      equivalent of '±' is '_').
  1036.  
  1037.      The calculator is evoked by choosing the CALCULATOR function from
  1038.      the Main Menu or depressing the Quick Key (Alt C).
  1039.  
  1040.                         +----- Calculator -----+
  1041.                         |                      |
  1042.                         |                  0   |
  1043.                         |                      |
  1044.                         |   C    <-   %    ±   |
  1045.                         |                      |
  1046.                         |   7    8    9    /   |
  1047.                         |                      |
  1048.                         |   4    5    6    *   |
  1049.                         |                      |
  1050.                         |   1    2    3    -   |
  1051.                         |                      |
  1052.                         |   0    .    =    +   |
  1053.                         |                      |
  1054.                         +----------------------+
  1055.  
  1056.  
  1057.      -24-
  1058.                               THE ASCII CHART
  1059.  
  1060.      The  ASCII menu items opens an ASCII Table that displays the  IBM
  1061.      PC character set.
  1062.  
  1063.      The  ASCII table displays the entire IBM PC character  set.   The
  1064.      current  character is marked  by a blinking block cursor, and the
  1065.      hexadecimal  and  decimal  ASCII  values  of  the  character  are
  1066.      displayed  below  the  chart.  A  new character  is  selected  by
  1067.      pressing it on the keyboard, by  clicking the  mouse on it in the
  1068.      chart, or by moving the cursor using the cursor keys.
  1069.  
  1070.  
  1071.      -25-
  1072.  
  1073.                               The JBT ToolBox
  1074.  
  1075.      The  program you are using is one of several programs that I have
  1076.      written that are either public domain or shareware.
  1077.  
  1078.      These  programs have appeared on bulletin boards,  distributed by
  1079.      ShareWare  clearing  houses  and are included in several  of  the
  1080.      Dvorak-Osborne series of books.
  1081.  
  1082.      Most  users  of  these  programs are not  aware  that  the  other
  1083.      programs that I have written exist.
  1084.  
  1085.      I  have created The JBT Tools to provide an interface that allows
  1086.      all my programs to be used.
  1087.  
  1088.      The  following  is the programs included in the JBT Tools  and  a
  1089.      brief description of each program.
  1090.  
  1091.      EzDoss
  1092.           EzDoss  is a Dos Shell.  As with all Dos shells actions
  1093.           can  be taken on multiple files.  I have used many  Dos
  1094.           shells in the past and they have many features that are
  1095.           great.   Unfortunately,  all  these  features  are  not
  1096.           included  in one shell.  Therefore,  I wrote EzDoss  to
  1097.           include  the  features  I like the best.  Some  of  the
  1098.           features are:
  1099.           Copying/Moving
  1100.                When  copying or moving files and there is  a
  1101.                file  with the same name on the  destination,
  1102.                most   Dos  Shells  offer  only   "Overwrite"
  1103.                option.
  1104.  
  1105.                EzDoss provides several options. They are:
  1106.                     OverWrite:
  1107.                          This  option  is typical.  It  will
  1108.                          overwrite   any  the  file  on  the
  1109.                          destination  with  the file on  the
  1110.                          source.
  1111.                     Newer:
  1112.                          This option will copy/move the file
  1113.                          to the destination only if the file
  1114.                          on  the  destination is OLDER  than
  1115.                          the file on the source.
  1116.                     Copy/Rename:
  1117.                          This option will rename the file on
  1118.                          the  destination and copy the  file
  1119.                          from the source.
  1120.                     Rename/Copy:
  1121.                          This  option will rename the source
  1122.                          file,  then  copy  the file to  the
  1123.                          destination.
  1124.                These   options  provide  the  most  flexible
  1125.                options when copying or moving files.
  1126.  
  1127.  
  1128.      -26-
  1129.  
  1130.           Tagging Files:
  1131.                Multiple  files  can  be  "tagged".   Besides
  1132.                tagging  individual files, all files  can  be
  1133.                tagged,  files  can be tagged by specifying a
  1134.                "pattern"  or  by  selecting a date in  which
  1135.                files  newer,  older,  same or a  combination
  1136.                will be tagged.
  1137.  
  1138.           Help System:
  1139.                EzDoss's  manual  is  online.  Help  for  the
  1140.                current   function   can  be   displayed   by
  1141.                depressing function key F1. Depressing Alt F1
  1142.                will display the list of help "topics". There
  1143.                are over fifty (50) help "topics".
  1144.  
  1145.           Zip Management:
  1146.                Many  of public domain/shareware users access
  1147.                bulletin  boards. Files downloaded from these
  1148.                boards are compressed into a "ZIP" file.
  1149.  
  1150.                EzDoss allows files to be "zipped",  "zipped"
  1151.                files  to be "unzipped"  and to display files
  1152.                within a "zip".  Those files displayed within
  1153.                a  "zip"  can  be  "tagged"  and  "unzipped",
  1154.                viewed  on the screen or deleted from the zip
  1155.                file.
  1156.  
  1157.           Disk Sort:
  1158.                When files are displayed,  they can be sorted
  1159.                eight (8) different ways.  This does not sort
  1160.                the files on the disk.
  1161.  
  1162.                EzDoss  DOES provide a public domain  program
  1163.                that  can  be called from within EzDoss  that
  1164.                will sort the disk.
  1165.  
  1166.           Search:
  1167.                EzDoss comes with EzFind.  EzFind will search
  1168.                any non executable  files for a string.  This
  1169.                can  be  used  to  find  a  key  word  within
  1170.                wordprocessing files that are not ASCII.
  1171.  
  1172.           These  are just a few of the many features that  EzDoss
  1173.           has.  I  use this program every day,  and I am sure you
  1174.           will find it as useful.
  1175.  
  1176.      EzEdit:
  1177.           EzEdit is a text editor.  The file to be edited/created
  1178.           is  displayed  in a window.  EzEdit can  have  multiple
  1179.           windows opened.
  1180.  
  1181.           A block of text can be copied to the "clipboard"  where
  1182.           the text can be copied/moved into other files.
  1183.  
  1184.  
  1185.      -27-
  1186.  
  1187.           Windows  moveable and resizeable.  A pop up  calculator
  1188.           and ASCII chart also come with the program.
  1189.  
  1190.      EzView:
  1191.           EzView  will display an ASCII file in a window.  EzView
  1192.           can have multiple windows opened.
  1193.  
  1194.           Windows are moveable and resizeable.
  1195.  
  1196.      EzLocate:
  1197.           EzLocate is a file finder program.  Multiple drives can
  1198.           be  scanned  for  files which meet the  user  specified
  1199.           masks. Multiple masks can be specified.
  1200.  
  1201.           EzLocate can also look inside ARC and ZIP files for the
  1202.           user specified masks.
  1203.  
  1204.      Find Duplicates:
  1205.           Find  Duplicates  is a program that can  scan  multiple
  1206.           disk  drives and find all the files with duplicate file
  1207.           names.   Once  the  drive(s)  have  been  scanned,  the
  1208.           duplicate files are displayed on the screen.  Each file
  1209.           can be viewed (ASCII only),  renamed, suspend to DOS in
  1210.           that file's subdirectory or "tagged" for deletion.
  1211.  
  1212.           Find  Duplicates  can  list duplicate  files  that  are
  1213.           stored  in ARC and ZIP files.  If your PC has PKZIP and
  1214.           ARC  or PKUNPAK,  those duplicate files can be  deleted
  1215.           within the ZIP or ARC files.
  1216.  
  1217.      Back Off!:
  1218.           Back  Off!  is an utility that you will use on a weekly
  1219.           basis.  Back Off! is a multiple file extension deletion
  1220.           program.  It  will search any and all drives for  files
  1221.           ending  with extensions matching a previously  prepared
  1222.           list. (i.e. .BAK, .CHK, .$$$).
  1223.  
  1224.           Back  Off!  will  show you the matching  filenames  and
  1225.           their  locations,  and  give you the option of  viewing
  1226.           them and/or "tagging" and deleting them.
  1227.  
  1228.      CopyCon:
  1229.           When I first used a MSDOS PC, I wrote small batch files
  1230.           using COPY CON command from the Dos prompt.  If I had a
  1231.           dime  for  every  time i goofed and had to  start  over
  1232.           again,  I would be a rich man.  I wrote CopyCon to help
  1233.           me write small batch files.
  1234.  
  1235.           CopyCon  has grown since version 1.00 and now not  only
  1236.           allows  simple  batch files to be  created/edited,  but
  1237.           allows  graphic boxes,  ASCII characters to be inserted
  1238.           and line centering.
  1239.  
  1240.  
  1241.      -28-
  1242.  
  1243.           One of the most important features of CopyCon is the on
  1244.           line  help.  Not only does the help provide information
  1245.           on  how CopyCon works,  but it is a reference on  batch
  1246.           file commands including examples.
  1247.  
  1248.           Also  included are two small programs that can be  used
  1249.           in  batch  files and two useful batch files.  They  are
  1250.           STATUS.BAT  which  will read your PC and list  out  its
  1251.           status.  The  other  batch file is MENU.BAT which is  a
  1252.           menuing system that is all set up.
  1253.  
  1254.      You  will  find  that  these  programs  will  increase  your
  1255.      productivity and make using your PC easier.
  1256.  
  1257.      The  following page is an INVOICE that you can order the JBT
  1258.      Tools from:
  1259.  
  1260.  
  1261.  
  1262.  
  1263.                              JBT TOOLS INVOICE
  1264.  
  1265.  
  1266.      Remit to:                                             From:
  1267.  
  1268.      JB Technology Inc.                     __________________________
  1269.      28701 N. Main St.
  1270.      Ridgefield, Wa. 98642                  __________________________
  1271.      (206) 887-3442
  1272.                                             __________________________
  1273.  
  1274.                                             __________________________
  1275.  
  1276.                                                  Contact Individual
  1277.  
  1278.                                             __________________________
  1279.  
  1280.                                             __________________________
  1281.  
  1282.  
  1283.      Quantity                               Unit Price         Total
  1284.  
  1285.      _______         JBT Tools Software     $35.00         ___________
  1286.  
  1287.      _______         JBT Tools Manual       $20.00         ___________
  1288.                      (Laser Quality)
  1289.  
  1290.                                                      Total ___________
  1291.  
  1292.  
  1293.      I want 5 1/4" _______   3 1/2" _______  diskette. (Check One)
  1294.  
  1295.  
  1296.      Note that The JBT Tools  computer software has been delivered and 
  1297.      accepted by the customer.  Upon receipt of paid invoice,  a 
  1298.      current disk will be sent.
  1299.  
  1300.  
  1301.