home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / DPSX / EDIAL.ZIP / EASYDIAL.DOC < prev    next >
Encoding:
Text File  |  1990-09-12  |  30.4 KB  |  727 lines

  1.  
  2.                         Register EASYDIAL 3.2 Order Form
  3.  
  4.         ────────────────────────────────────────────────────────────────────
  5.         VISA/Mastercard  orders  are only accepted through telephone orders.
  6.         Call the Public (Software) Library at 800-242-4775 to order TODAY!
  7.         ────────────────────────────────────────────────────────────────────
  8.  
  9.         _____ EASYDIAL  -- Good basic telephone dialer..............$15.00
  10.         _____ PCOPY     -- File Copy, Move, Backup, Update, more!...$20.00
  11.         _____ PSEARCH   -- Locate files on your disk. Outstanding!..$20.00
  12.         _____ PALERT    -- Warns you of low disk space..............$15.00
  13.         _____ PATTR     -- Manage attributes of DOS files...........$10.00
  14.         _____ PDAILY    -- Automatically execute commands once/day..$10.00
  15.         _____ PDELETE   -- Save space with automatic disk cleanup...$20.00
  16.         _____ PPRINT    -- Advanced file print w/special formats....$20.00
  17.  
  18.  
  19.         California Residents add sales tax....................@ 6% $______
  20.  
  21.  
  22.                                  Total amount of my order is:    $________
  23.  
  24.         Disk Size (circle one)?    5 1/4     3 1/2
  25.  
  26.         Name: __________________________________________________
  27.  
  28.         Company: _______________________________________________
  29.  
  30.         Address: _______________________________________________
  31.  
  32.                  _______________________________________________
  33.  
  34.         City: ________________________  State: ________  Zip: __________
  35.  
  36.         Please register the software under the following name:
  37.  
  38.              ____________________________________________________________
  39.  
  40.         I received EASYDIAL from (Optional):_____________________________
  41.  
  42.         Send order to: Patri-Soft  P.O. Box 8263  San Bernardino, CA  92412
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.                                  E A S Y D I A L
  55.  
  56.  
  57.  
  58.                             ┌─────────────────────────┐
  59.                             │Users Guide and Reference│
  60.                             └─────────────────────────┘
  61.  
  62.  
  63.  
  64.  
  65.                                     Version 3.2
  66.                                   September 1990
  67.  
  68.  
  69.  
  70.  
  71.                                           ┌─────────┐
  72.                                     ┌─────┴───┐     │              (tm)
  73.                                     │         │o    │──────────────────
  74.                                     │   ┌─────┴╨──┐ │  Association of
  75.                                     │   │         │─┘  Shareware
  76.                                     └───│    o    │    Professionals
  77.                                     ────│    ║    │────────────────────
  78.                                         └────╨────┘    * Member *
  79.  
  80.  
  81.  
  82.  
  83.  
  84.                            Patriquin's BBS  714-369-9766 
  85.  
  86.                             Copyright 1990 by Patri-Soft
  87.            Portions Copyright 1987, 1988, Information Technology, Ltd
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.                                          i
  95.  
  96.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  1
  97.         ──────────────────────────────────────────────────────────────────────
  98.  
  99.         General Information
  100.         ───────────────────
  101.  
  102.         EASYDIAL is a program to allow you to easily use your computer's
  103.         modem to dial your telephone for normal voice communication.  I
  104.         originally developed EASYDIAL when I purchased a hands-free type
  105.         headset for my office telephone.  To dial a call, it required me
  106.         to lift the handset of my phone, dial the call, turn on the
  107.         headset, and then hang up the handset.  Seemed like a lot of
  108.         needless effort and I went looking for a solution.  The computer
  109.         phone dialer was my answer.
  110.  
  111.         The computer dialer lets me dial the number without touching the
  112.         phone. Another benefit of the dialer is to allow me to dial
  113.         people by name instead of by number.
  114.  
  115.         Before writing EASYDIAL I searched several major BBS systems to
  116.         locate one already developed that would suit my needs.  I found
  117.         several available but none were what I wanted.  They were
  118.         usually either too simple and limited in function, or too
  119.         complex and cumbersome for casual use. I decided to write a
  120.         simple dialer that was easy learn and use.  EASYDIAL is not the
  121.         Cadillac of Dialers, it is just a good basic dialer.
  122.  
  123.         EASYDIAL automatically creates a dialing directory the first
  124.         time it is executed.  This directory file is named EASYDIAL.DIR
  125.         and is placed in the directory the EASYDIAL.EXE file is being
  126.         executed from.
  127.  
  128.         The dialing directory is a normal DOS text file that may be
  129.         edited and modified with any text editor or word processor.
  130.         Since EASYDIAL can add or remove entries based on your input, a
  131.         text editor is not necessary to use it.
  132.  
  133.         The EASYDIAL.DIR file contains one line per phone number in the
  134.         dialer.  The line contains name information and phone number
  135.         information for the person to be dialed.  No special format is
  136.         required for the lines.  The phone number is assumed to be the
  137.         only numeric field on the line. Following is an example:
  138.  
  139.         (NOTE!!  The phone number cannot contain any letters or spaces!!)
  140.  
  141.              DANIEL DOE OF ACME WIDGET CORP    1-312-555-1212
  142.  
  143.         EASYDIAL scans the phone directory to locate the number for the
  144.         person you want to call.  EASYDIAL is easy to use.  Following is
  145.         a Quick Start section to get you going in a hurry.
  146.  
  147.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  2
  148.         ──────────────────────────────────────────────────────────────────────
  149.  
  150.         QUICK START
  151.         ───────────
  152.  
  153.         1.  Place the EASYDIAL.EXE file in any directory on your system.
  154.             Remember the EASYDIAL.DIR dialing directory will also be
  155.             created in this same directory unless the environment
  156.             variable EASYDIALP is set.
  157.  
  158.         2.  That's it.  Now execute EASYDIAL by entering ED at the prompt
  159.             and configure it to fit your needs.  (To configure EASYDIAL, press
  160.             "C" in the directory listing.  More information is provided on
  161.             next pagee).
  162.  
  163.  
  164.         EASYDIAL was written for ease and speed.  If this is the first
  165.         time you have used EasyDial, a sample entry has been provided
  166.         in the dialing directory.
  167.  
  168.  
  169.  
  170.  
  171.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  3
  172.         ──────────────────────────────────────────────────────────────────────
  173.          C)onfig.        EASYDIAL now contains an internal configuration
  174.                          file which allows you to permantly set the
  175.                          defaults.  After pressing "C", review the
  176.                          information presented to determine if the
  177.                          defaults require modification.  If so, press
  178.                          F1 and make the necessary changes.  Press
  179.                          F10 to save the changes (ESC aborts).  If at any
  180.                          time you need to restore the original defaults,
  181.                          press ALT+R and then F10 to save.
  182.                          The fields are as follows:
  183.  
  184.                          Modem Initalization:  This string can be custom
  185.                          made to fit your modem. However, it must be set
  186.                          so that the modem responds with verbose response
  187.                          and busy detect must be enabled.  The default string
  188.                          will work with all Hayes compatable modems, so that
  189.                          if you are unfamiliar with modem commands, you need
  190.                          not change them.
  191.  
  192.                          Active COM port:  Set the number of the COM port
  193.                          that EASYDIAL will use.  Valid COM ports number
  194.                          from 1 to 4.
  195.  
  196.                          Redial pause length:  Set the number of seconds to
  197.                          wait between redial attempts.  If EASYDIAL detects
  198.                          a busy signal, it will automatically redial the
  199.                          number after waiting a specified number of seconds.
  200.  
  201.                          Time/Log calls:  EASYDIAL will time and log calls
  202.                          if you desire.  Set this flag to Y and all calls will
  203.                          be timed and logged.  (Log name is EASYDIAL.LOG)
  204.  
  205.                          Leave comment in log?  (Registered users only)
  206.                          Set this to Y)es, N)o, or A)sk.  After call is
  207.                          completed, EASYDIAL will prompt you for a
  208.                          one-line comment in the log.
  209.  
  210.                          Log only:  If you prefer, EASYDIAL can log calls only.
  211.                          This is needed if you want your machine free for
  212.                          use during a phone call.
  213.  
  214.                          Pulse/Tone:  EASYDIAL supports pulse dialing as
  215.                          well as tone dialing.  If you do not have touch-
  216.                          tone dialing, EASYDIAL will still work if you set
  217.                          this flag to P.
  218.  
  219.                          Modem speed.  Enter the speed of your modem here.
  220.                          When EASYDIAL uses the COM port, it will communicate
  221.                          at this speed.
  222.  
  223.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  4
  224.         ──────────────────────────────────────────────────────────────────────
  225.  
  226.               A)dd.      Add an entry.  Using this selection will scroll
  227.                          all entries down and create a new entry directly
  228.                          below the highlight bar.  Press ENTER to accept
  229.                          the entry or ESC to abort.
  230.  
  231.  
  232.  
  233.         Alt + D)elete    Delete an entry.  Position the hightlight bar on
  234.                          the entry that you wish to delete.  Press ALT+D
  235.                          to delete.
  236.  
  237.  
  238.  
  239.               M)anual    Manual Dial.  Press "M."  When the Manual Dial
  240.                          window appears, enter the number you wish to call.
  241.                          ESC aborts.
  242.  
  243.  
  244.  
  245.               R)evise    Change an entry.  On the entry you wish to change,
  246.                          press "R."  Make the necessary changes and press
  247.                          ENTER to accept.  ESC aborts revision.
  248.  
  249.  
  250.  
  251.               F)ind      Find an entry.  EASYDIAL will prompt you for a search
  252.                          string and look FROM THE HIGHLIGHT BAR DOWN for
  253.                          the entry.  EASYDIAL will position the cursor on
  254.                          the found entry.  ENTER dials.
  255.  
  256.               L)ast      Repeat the Last find
  257.  
  258.  
  259.               S)ort      (Registered users only)  After pressing S, EASYDIAL
  260.                          will sort all of your entries in alphabetical order.
  261.                          A window will ask you if you want to confirm the
  262.                          change.  Y)es writes the change to disk, N)o
  263.                          restores the previous order.
  264.  
  265.  
  266.               ENTER      Positioning the highlight bar on a name and number
  267.                          and pressing ENTER will dial the number and return
  268.                          you to the directory listing.
  269.  
  270.               ESC        To exit EASYDIAL, press ESC
  271.  
  272.         That's all there is to it.  For flexibility, EASYDIAL can also be
  273.         controlled from the DOS commnand line.
  274.  
  275.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  5
  276.         ──────────────────────────────────────────────────────────────────────
  277.  
  278.         For example:
  279.  
  280.           Add a name to the dialer...
  281.           ───────────────────────────
  282.  
  283.                ED -A John A. Jones 1-312-555-1212
  284.  
  285.                       or
  286.  
  287.                ED -A       (EASYDIAL will prompt for name and number)
  288.  
  289.           Dial the number...
  290.           ──────────────────
  291.  
  292.                ED john
  293.  
  294.          Remove a number from the directory...
  295.          ─────────────────────────────────────
  296.  
  297.                ED -d John
  298.  
  299.  
  300.         There is actually not much work required to learn EASYDIAL.
  301.         The following details will help you understand its functions
  302.         more.
  303.  
  304.  
  305.  
  306.         Using EASYDIAL...
  307.         ─────────────────
  308.  
  309.         To dial a number simply enter EASYDIAL followed by a name or
  310.         number to be dialed.  When a name is entered, EASYDIAL will
  311.         search the EASYDIAL.DIR file to locate the first entry matching
  312.         the name entered.  EASYDIAL dials the number and issues the
  313.         following message:
  314.  
  315.               Calling DANIEL DOE  1-312-555-1212
  316.               Dialed...pick up handset...press any key when ringing
  317.  
  318.         Upon receiving this message, pick up your handset, or turn on
  319.         your headset, and press any key to disconnect the modem from the
  320.         line.  Your call has now been dialed.  If you want to cancel the
  321.         call, press any key without activating the handset.
  322.  
  323.         If the modem detects a busy signal, it will automatically display the
  324.         following message and redial.
  325.  
  326.                 Busy (Attempt xx)  Press any key to cancel redial
  327.                 Redial pause:  xx seconds.  Any Key cycles, ESC aborts
  328.  
  329.         You will receive a message when EASYDIAL has disconnected the
  330.         modem.
  331.  
  332.               Modem Disconnected...
  333.  
  334.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  6
  335.         ──────────────────────────────────────────────────────────────────────
  336.  
  337.         Telephone dialing modifiers...
  338.         ──────────────────────────────
  339.  
  340.         EASYDIAL telephone numbers may contain special characters to
  341.         modify how the number is dialed.  These characters are placed in
  342.         the telephone number to be dialed at the location where they are
  343.         to take effect. The following special dialing modifiers are
  344.         supported:
  345.  
  346.              ,    --  Two second pause (9,1-312-555-1212)
  347.  
  348.                       Causes a 2 second pause to occur during the
  349.                       dialing process Often used in office systems where
  350.                       you need to dial a number and wait for an outside
  351.                       line before continuing to dial.  Consecutive , may
  352.                       be used for long pauses.
  353.  
  354.  
  355.              ;    --  Wait between numbers (0-312-555-1212;714-555-5555-1234)
  356.  
  357.                       Sometimes you may need to control the wait between
  358.                       numbers dialed.  For example, when making credit
  359.                       card calls, you dial a number and wait for the
  360.                       tone before dialing the credit number. Inserting
  361.                       the ; causes the first number to be dialed, then
  362.                       waits for a keypress to dial the remainder of the
  363.                       number.
  364.  
  365.  
  366.              ?    --  Manual dialing with your keyboard (555-1212;*,9999?)
  367.  
  368.                       When I want to call my voice mail system which
  369.                       uses the touch tone pad to control listening to my
  370.                       mail, I use the manual dialing of EASYDIAL.  As an
  371.                       example, the above number is dialed along with the
  372.                       * key and my access code.  Then the ? causes
  373.                       EASYDIAL to let me manual dial listening
  374.                       instructions using my PC's keyboard.  Using this
  375.                       technique, you may dial either letter or number
  376.                       codes as with dialing with your phone.
  377.  
  378.                       To exit manual dialing, press the <Escape> key.
  379.  
  380.                       Note, manual dialing is slow due to the process of
  381.                       issueing the modem commands desired.  Wait for
  382.                       each number to sound before pressing the next
  383.                       number to be dialed.
  384.  
  385.              W        Place "W" in your dialing string to Wait for a
  386.                       second dial tone before completing remainder of
  387.                       call.
  388.  
  389.  
  390.  
  391.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  7
  392.         ─────────────────────────────────────────────────────────────────────
  393.  
  394.  
  395.         ┌──────────────────────────────────────┐
  396.         │USING EASYDIAL FROM THE COMMAND LINE: │
  397.         └──────────────────────────────────────┘
  398.  
  399.         EASYDIAL Syntax
  400.         ───────────────
  401.  
  402.             ─────────────────────────────────────────────────────────────
  403.             Enter <ED name> or <ED number>   To dial a number
  404.             ─────────────────────────────────────────────────────────────
  405.  
  406.             To dial a number, enter the EASYDIAL command followed by one
  407.             or more search words to be used to locate the proper name
  408.             and number in the EASYDIAL dialing directory.
  409.  
  410.             ─────────────────────────────────────────────────────────────
  411.             ED -L <optional name/number>
  412.             ─────────────────────────────────────────────────────────────
  413.  
  414.             Log the call to EASYDIAL.LOG
  415.             (Enviroment command:  SET EDIAL=LOG)
  416.  
  417.             ─────────────────────────────────────────────────────────────
  418.             ED -T <optional name/number>
  419.             ─────────────────────────────────────────────────────────────
  420.  
  421.             Log and time the call.  Time will be updated on display until
  422.             a key is pressed to terminate.
  423.             (Enviroment command:  SET EDIAL=TIME)
  424.  
  425.             ─────────────────────────────────────────────────────────────
  426.             ED -R:xx <optional name/number>                 (xx = number)
  427.             ─────────────────────────────────────────────────────────────
  428.  
  429.             Specify the number of seconds between redial attempts after
  430.             a busy signal has been detected.  Default pause is 5 seconds
  431.             (Enviroment command:   SET EDIAL=REDIAL:xx
  432.  
  433.             ─────────────────────────────────────────────────────────────
  434.             ED -M:x <optional name/number>                   (x = number)
  435.             ─────────────────────────────────────────────────────────────
  436.  
  437.             Specify a COM port to use.  Default is COM1.
  438.             (Enviroment command:  SET EDIAL=COMx)
  439.  
  440.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  8
  441.         ──────────────────────────────────────────────────────────────────────
  442.  
  443.             ─────────────────────────────────────────────────────────────
  444.             ED -U  <optional name/number>
  445.             ─────────────────────────────────────────────────────────────
  446.  
  447.             Pulse dial the number.
  448.             (Enviroment command:  SET EDIAL=PULSE)
  449.  
  450.             ─────────────────────────────────────────────────────────────
  451.             ED -A name/number       to add new entry to directory
  452.             ─────────────────────────────────────────────────────────────
  453.  
  454.                 Add a new entry to the dialing directory.  The name may
  455.                 consist of one or more words.  If you enter the -a
  456.                 option without any name or number, EASYDIAL will prompt you
  457.                 for the name and number to be added. Following are
  458.                 examples.
  459.  
  460.                    ED -a    (be prompted)
  461.  
  462.                    ED -a John Jones 1-312-555-1212
  463.  
  464.                    ED -a John Jones 9,0-312-555-1212;714-555-1212-1111
  465.  
  466.                 An alternative to adding names with ED -a is to use any
  467.                 DOS text editor to build or modify your dialing
  468.                 directory.  The dialing directory has no specific
  469.                 format.  One line per entry.  The name followed by the
  470.                 phone number to be dialed.  They must be seperated by at
  471.                 lease one space.
  472.  
  473.             ─────────────────────────────────────────────────────────────
  474.             ED -D word word../nbr  delete one or more matchine entries
  475.             ─────────────────────────────────────────────────────────────
  476.  
  477.                 EASYDIAL will search for entries containing the word or
  478.                 words specified and remove them from the dialing
  479.                 directory. Search words do not need to be exact.  They
  480.                 will each individually be searched for in the directory.
  481.                 All words must match for the entry to be processed.
  482.  
  483.                 To remove John Jones all the following examples will
  484.                 find and remove the directory entry:
  485.  
  486.                    ED -d John
  487.                    ED -d John Jones
  488.                    ED -d Joh Jon
  489.                    ED -d Jo
  490.                    ED -d ones
  491.                    ED -d 4  (Removes the 4th entry)
  492.  
  493.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  9
  494.         ──────────────────────────────────────────────────────────────────────
  495.  
  496.             ─────────────────────────────────────────────────────────────
  497.             ED -F word word...    to list one or more matchine entries
  498.             ─────────────────────────────────────────────────────────────
  499.  
  500.                 Use -f to locate and display a name and number for
  501.                 a word or words entered.  Use this to confirm an entry
  502.                 exists or to locate a specific name from a partial name.
  503.                 Search words do not need to be exact.  They will each
  504.                 individually be searched for in the directory.  All words
  505.                 must match for the entry to be processed.
  506.  
  507.                 To list all Jones in the directory
  508.                      ED -f Jones
  509.  
  510.                 To list John Jones
  511.                      ED -f John Jones
  512.  
  513.         Timing the calls
  514.         ────────────────
  515.  
  516.         By default, EASYDIAL returns to DOS immediately after dialing the
  517.         number and allows you to use your computer during the call.  However,
  518.         at times it is desirable to know the exact duration of a call or
  519.         when a call was made.  By enabling this feature (either by the internal
  520.         configuration, enviroment setting, or command line), EASYDIAL will
  521.         create  EASYDIAL.LOG in the directory from which EASYDIAL is executing
  522.         from.  EASYDIAL will then time and log the total length of the call.
  523.  
  524.         Logging the calls
  525.         ─────────────────
  526.  
  527.         If you would like to log the fact that a call was made, but free up
  528.         the computer during the call, then enable the LOG function of EASYDIAL.
  529.         (Again, enable this either from the command-line, enviroment, or
  530.         the internal configuration).  The file EASYDIAL.LOG will be
  531.         created/appended in the same manner as above but the computer will
  532.         not time the call and will return to DOS after dialing.
  533.  
  534.  
  535.         Specifying a different dialing directory path
  536.         ─────────────────────────────────────────────
  537.  
  538.         EASYDIAL stores the dialing directory in the same drive and
  539.         directory the ED.EXE file is stored in.  You may specify a
  540.         different directory by specifying a DOS environment variable
  541.         with the new pathname.  Set environment variable EDIALP as
  542.         follows:
  543.  
  544.              SET EDIALP=C:\DIALDIR\
  545.  
  546.         Program Maintenance:
  547.         ────────────────────
  548.  
  549.           Version 1.0      April 1990
  550.           Version 1.1      May 1990
  551.             -Enabled EASYDIAL to log and/or time calls
  552.           Version 1.5
  553.             -Fixed manual dial mode
  554.             -Added windows
  555.             -Added -C and -O option enabling EASYDIAL to append a credit card
  556.              or optional number to a dialing number.
  557.           Version 2.0
  558.             --Removed -C & -O.
  559.             --Added a scrollable directory enabling full EASYDIAL.DIR
  560.               maintainance from within listing.
  561.           Version 2.0A
  562.             --Fixed time-call problem
  563.           Verion 2.2
  564.             --Various fixes of cursor problems
  565.             --Fix command-line dialing problems.  Dialed first match of
  566.               first word intead of first match of entire string
  567.             --Added a Find option for the directory listing.
  568.           Version 2.5
  569.             --Enabled all parameters to be used either in the directory
  570.               listing or the command line
  571.             --Enabled all eviroment commands to be able to be set from the
  572.               commannd line
  573.             --Changed all modem routines to more reliable and smart routines
  574.             --Added busy detect and automatic redial
  575.             --Total Parameters added:
  576.               -M:x  Specify comport
  577.               -R:x  Specify redial pause
  578.               -U    Pulse dialing
  579.               -C    Credit card call
  580.               -P    Append a prefix number to call
  581.               -T    Time the call
  582.               -L    Log the call
  583.            Version 3.0
  584.              --Added an internal configuration file to control all options
  585.                internally.
  586.            Version 3.1
  587.              --Added ability to leave comment in log
  588.              --Fixed directory listing problems
  589.            Version 3.2
  590.              --Fixed bugs with adding
  591.              --Changed way add and revise work
  592.              --fixed manual dial problem
  593.              --added alpha-order sort
  594.              --Enabled "W" modem command
  595.              --Now can include numbers in name field
  596.              --Protect comment-in-log
  597.  
  598.  
  599.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page 11
  600.         ──────────────────────────────────────────────────────────────────────
  601.  
  602.  
  603.         Registering EASYDIAL
  604.         ────────────────────
  605.  
  606.         EASYDIAL is distributed under the Shareware concept. This allows
  607.         users to evaluate software for  a short time to determine if it
  608.         is useful to them.  If you decide the software is of value to
  609.         you, you are required to register it.
  610.  
  611.         This concept allows for quality software to be distributed at a
  612.         reasonable cost.  Many of hours of my time has been invested in
  613.         EASYDIAL.  Continued registration will justify the continued
  614.         upgrading of this utility to insure it remains up to date with
  615.         current technology.  In any case, I do greatly appreciate all
  616.         users that care enough to register.  I try to provide the best
  617.         possible software for all you faithful supporting users.
  618.  
  619.         Send registration requests to:
  620.  
  621.                   Patri-Soft
  622.                   P.O. Box 8263
  623.                   San Bernardino, CA   92412
  624.  
  625.         The registration charge is a one time fee that entitles you to
  626.         all future versions of the product.  These may either be
  627.         obtained from normal Shareware sources or from me.  I do not
  628.         automatically send product updates to registered users.  It is
  629.         impossible to provide automatic upgrades at the low costs of
  630.         these utilities.
  631.  
  632.  
  633.  
  634.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page 12        ──────────────────────────────────────────────────────────────────────
  635.  
  636.                         Register EASYDIAL 3.2 Order Form
  637.  
  638.         ────────────────────────────────────────────────────────────────────
  639.         VISA/Mastercard  orders  are only accepted through telephone orders.
  640.         Call the Public (Software) Library at 800-242-4775 to order TODAY!
  641.         ────────────────────────────────────────────────────────────────────
  642.  
  643.         _____ EASYDIAL  -- Good basic telephone dialer..............$15.00
  644.         _____ PCOPY     -- File Copy, Move, Backup, Update, more!...$20.00
  645.         _____ PSEARCH   -- Locate files on your disk. Outstanding!..$20.00
  646.         _____ PALERT    -- Warns you of low disk space..............$15.00
  647.         _____ PATTR     -- Manage attributes of DOS files...........$10.00
  648.         _____ PDAILY    -- Automatically execute commands once/day..$10.00
  649.         _____ PDELETE   -- Save space with automatic disk cleanup...$20.00
  650.         _____ PPRINT    -- Advanced file print w/special formats....$20.00
  651.  
  652.  
  653.         California Residents add sales tax....................@ 6% $______
  654.  
  655.                                  Total amount of my order is:    $________
  656.  
  657.         Disk Size (circle one)?    5 1/4     3 1/2
  658.  
  659.  
  660.         Name: __________________________________________________
  661.  
  662.         Company: _______________________________________________
  663.  
  664.         Address: _______________________________________________
  665.  
  666.                  _______________________________________________
  667.  
  668.         City: ________________________  State: ________  Zip: __________
  669.  
  670.         Please register the software under the following name:
  671.  
  672.              ____________________________________________________________
  673.  
  674.         I received EASYDIAL from (Optional):_____________________________
  675.  
  676.         Send order to: Patri-Soft  P.O. Box 8263  San Bernardino, CA  92412
  677.  
  678.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page 12
  679.         ──────────────────────────────────────────────────────────────────────
  680.  
  681.                          Reporting Problems  (EASYDIAL 3.2)
  682.  
  683.         I welcome all comments or enhancement suggestions.  Please
  684.         document each item clearly and provide printed examples, if
  685.         possible. Please be sure  to include this  form with all
  686.         requests. It will  help to make sure we can provide you with the
  687.         best possible service.
  688.  
  689.  
  690.         Name: __________________________________________________________
  691.  
  692.         Company: _______________________________________________________
  693.  
  694.         Address: _______________________________________________________
  695.  
  696.                   _______________________________________________________
  697.  
  698.         City: __________________________________  State: _______________
  699.  
  700.         Zip: ______________________________
  701.  
  702.         Telephone: _______ / ________________________ (Home / Work)
  703.  
  704.  
  705.         Date: _________________________     Machine Type:_______________
  706.  
  707.         Modem Type (IMPORTANT)  ________________________________________
  708.  
  709.         Name of Utility: _______________________ DOS Level: ____________
  710.  
  711.         Description of problem or enhancement:
  712.  
  713.         ________________________________________________________________
  714.  
  715.         ________________________________________________________________
  716.  
  717.         ________________________________________________________________
  718.  
  719.         ________________________________________________________________
  720.  
  721.         Suggested solution:
  722.  
  723.         ________________________________________________________________
  724.  
  725.         ________________________________________________________________
  726.  
  727.