home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / COMM / MISC / EDIAL33A.ZIP / EASYDIAL.DOC < prev    next >
Encoding:
Text File  |  1990-10-02  |  30.9 KB  |  742 lines

  1.  
  2.                         Register EASYDIAL 3.3 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.3
  66.                                    October  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.  
  221.                          Color/Black and White.  Select operation color.
  222.                          B&W excellent for laptops, etc.
  223.  
  224.  
  225.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  4
  226.         ──────────────────────────────────────────────────────────────────────
  227.  
  228.               A)dd.      Add an entry.  Using this selection will scroll
  229.                          all entries down and create a new entry directly
  230.                          below the highlight bar.  Press ENTER to accept
  231.                          the entry or ESC to abort.
  232.  
  233.  
  234.  
  235.         Alt + D)elete    Delete an entry.  Position the hightlight bar on
  236.                          the entry that you wish to delete.  Press ALT+D
  237.                          to delete.
  238.  
  239.  
  240.  
  241.               M)anual    Manual Dial.  Press "M."  When the Manual Dial
  242.                          window appears, enter the number you wish to call.
  243.                          ESC aborts.
  244.  
  245.  
  246.  
  247.               R)evise    Change an entry.  On the entry you wish to change,
  248.                          press "R."  Make the necessary changes and press
  249.                          ENTER to accept.  ESC aborts revision.
  250.  
  251.  
  252.  
  253.               F)ind      Find an entry.  EASYDIAL will prompt you for a search
  254.                          string and look FROM THE HIGHLIGHT BAR DOWN for
  255.                          the entry.  EASYDIAL will position the cursor on
  256.                          the found entry.  ENTER dials.
  257.  
  258.               L)ast      Repeat the Last find
  259.  
  260.  
  261.               S)ort      (Registered users only)  After pressing S, EASYDIAL
  262.                          will sort all of your entries in alphabetical order.
  263.                          A window will ask you if you want to confirm the
  264.                          change.  Y)es writes the change to disk, N)o
  265.                          restores the previous order.
  266.  
  267.  
  268.               ENTER      Positioning the highlight bar on a name and number
  269.                          and pressing ENTER will dial the number and return
  270.                          you to the directory listing.
  271.  
  272.               ESC        To exit EASYDIAL, press ESC
  273.  
  274.         That's all there is to it.  For flexibility, EASYDIAL can also be
  275.         controlled from the DOS commnand line.
  276.  
  277.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  5
  278.         ──────────────────────────────────────────────────────────────────────
  279.  
  280.         For example:
  281.  
  282.           Add a name to the dialer...
  283.           ───────────────────────────
  284.  
  285.                ED -A John A. Jones 1-312-555-1212
  286.  
  287.                       or
  288.  
  289.                ED -A       (EASYDIAL will prompt for name and number)
  290.  
  291.           Dial the number...
  292.           ──────────────────
  293.  
  294.                ED john
  295.  
  296.          Remove a number from the directory...
  297.          ─────────────────────────────────────
  298.  
  299.                ED -d John
  300.  
  301.  
  302.         There is actually not much work required to learn EASYDIAL.
  303.         The following details will help you understand its functions
  304.         more.
  305.  
  306.  
  307.  
  308.         Using EASYDIAL...
  309.         ─────────────────
  310.  
  311.         To dial a number simply enter EASYDIAL followed by a name or
  312.         number to be dialed.  When a name is entered, EASYDIAL will
  313.         search the EASYDIAL.DIR file to locate the first entry matching
  314.         the name entered.  EASYDIAL dials the number and issues the
  315.         following message:
  316.  
  317.               Calling DANIEL DOE  1-312-555-1212
  318.               Dialed...pick up handset...press any key when ringing
  319.  
  320.         Upon receiving this message, pick up your handset, or turn on
  321.         your headset, and press any key to disconnect the modem from the
  322.         line.  Your call has now been dialed.  If you want to cancel the
  323.         call, press any key without activating the handset.
  324.  
  325.         If the modem detects a busy signal, it will automatically display the
  326.         following message and redial.
  327.  
  328.                 Busy (Attempt xx)  Press any key to cancel redial
  329.                 Redial pause:  xx seconds.  Any Key cycles, ESC aborts
  330.  
  331.         You will receive a message when EASYDIAL has disconnected the
  332.         modem.
  333.  
  334.               Modem Disconnected...
  335.  
  336.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  6
  337.         ──────────────────────────────────────────────────────────────────────
  338.  
  339.         Telephone dialing modifiers...
  340.         ──────────────────────────────
  341.  
  342.         EASYDIAL telephone numbers may contain special characters to
  343.         modify how the number is dialed.  These characters are placed in
  344.         the telephone number to be dialed at the location where they are
  345.         to take effect. The following special dialing modifiers are
  346.         supported:
  347.  
  348.              ,    --  Two second pause (9,1-312-555-1212)
  349.  
  350.                       Causes a 2 second pause to occur during the
  351.                       dialing process Often used in office systems where
  352.                       you need to dial a number and wait for an outside
  353.                       line before continuing to dial.  Consecutive , may
  354.                       be used for long pauses.
  355.  
  356.  
  357.              ;    --  Wait between numbers (0-312-555-1212;714-555-5555-1234)
  358.  
  359.                       Sometimes you may need to control the wait between
  360.                       numbers dialed.  For example, when making credit
  361.                       card calls, you dial a number and wait for the
  362.                       tone before dialing the credit number. Inserting
  363.                       the ; causes the first number to be dialed, then
  364.                       waits for a keypress to dial the remainder of the
  365.                       number.
  366.  
  367.  
  368.              ?    --  Manual dialing with your keyboard (555-1212;*,9999?)
  369.  
  370.                       When I want to call my voice mail system which
  371.                       uses the touch tone pad to control listening to my
  372.                       mail, I use the manual dialing of EASYDIAL.  As an
  373.                       example, the above number is dialed along with the
  374.                       * key and my access code.  Then the ? causes
  375.                       EASYDIAL to let me manual dial listening
  376.                       instructions using my PC's keyboard.  Using this
  377.                       technique, you may dial either letter or number
  378.                       codes as with dialing with your phone.
  379.  
  380.                       To exit manual dialing, press the <Escape> key.
  381.  
  382.                       Note, manual dialing is slow due to the process of
  383.                       issueing the modem commands desired.  Wait for
  384.                       each number to sound before pressing the next
  385.                       number to be dialed.
  386.  
  387.              W        Place "W" in your dialing string to Wait for a
  388.                       second dial tone before completing remainder of
  389.                       call.
  390.  
  391.  
  392.  
  393.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  7
  394.         ─────────────────────────────────────────────────────────────────────
  395.  
  396.  
  397.         ┌──────────────────────────────────────┐
  398.         │USING EASYDIAL FROM THE COMMAND LINE: │
  399.         └──────────────────────────────────────┘
  400.  
  401.         EASYDIAL Syntax
  402.         ───────────────
  403.  
  404.             ─────────────────────────────────────────────────────────────
  405.             Enter <ED name> or <ED number>   To dial a number
  406.             ─────────────────────────────────────────────────────────────
  407.  
  408.             To dial a number, enter the EASYDIAL command followed by one
  409.             or more search words to be used to locate the proper name
  410.             and number in the EASYDIAL dialing directory.
  411.  
  412.             ─────────────────────────────────────────────────────────────
  413.             ED -B <optional name/number>
  414.             ─────────────────────────────────────────────────────────────
  415.  
  416.             Set video to Black and White.  Good for Toshiba laptops, etc
  417.  
  418.  
  419.             ─────────────────────────────────────────────────────────────
  420.             ED -L <optional name/number>
  421.             ─────────────────────────────────────────────────────────────
  422.  
  423.             Log the call to EASYDIAL.LOG
  424.             (Enviroment command:  SET EDIAL=LOG)
  425.  
  426.             ─────────────────────────────────────────────────────────────
  427.             ED -T <optional name/number>
  428.             ─────────────────────────────────────────────────────────────
  429.  
  430.             Log and time the call.  Time will be updated on display until
  431.             a key is pressed to terminate.
  432.             (Enviroment command:  SET EDIAL=TIME)
  433.  
  434.             ─────────────────────────────────────────────────────────────
  435.             ED -R:xx <optional name/number>                 (xx = number)
  436.             ─────────────────────────────────────────────────────────────
  437.  
  438.             Specify the number of seconds between redial attempts after
  439.             a busy signal has been detected.  Default pause is 5 seconds
  440.             (Enviroment command:   SET EDIAL=REDIAL:xx
  441.  
  442.             ─────────────────────────────────────────────────────────────
  443.             ED -M:x <optional name/number>                   (x = number)
  444.             ─────────────────────────────────────────────────────────────
  445.  
  446.             Specify a COM port to use.  Default is COM1.
  447.             (Enviroment command:  SET EDIAL=COMx)
  448.  
  449.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  8
  450.         ──────────────────────────────────────────────────────────────────────
  451.  
  452.             ─────────────────────────────────────────────────────────────
  453.             ED -U  <optional name/number>
  454.             ─────────────────────────────────────────────────────────────
  455.  
  456.             Pulse dial the number.
  457.             (Enviroment command:  SET EDIAL=PULSE)
  458.  
  459.             ─────────────────────────────────────────────────────────────
  460.             ED -A name/number       to add new entry to directory
  461.             ─────────────────────────────────────────────────────────────
  462.  
  463.                 Add a new entry to the dialing directory.  The name may
  464.                 consist of one or more words.  If you enter the -a
  465.                 option without any name or number, EASYDIAL will prompt you
  466.                 for the name and number to be added. Following are
  467.                 examples.
  468.  
  469.                    ED -a    (be prompted)
  470.  
  471.                    ED -a John Jones 1-312-555-1212
  472.  
  473.                    ED -a John Jones 9,0-312-555-1212;714-555-1212-1111
  474.  
  475.                 An alternative to adding names with ED -a is to use any
  476.                 DOS text editor to build or modify your dialing
  477.                 directory.  The dialing directory has no specific
  478.                 format.  One line per entry.  The name followed by the
  479.                 phone number to be dialed.  They must be seperated by at
  480.                 lease one space.
  481.  
  482.             ─────────────────────────────────────────────────────────────
  483.             ED -D word word../nbr  delete one or more matchine entries
  484.             ─────────────────────────────────────────────────────────────
  485.  
  486.                 EASYDIAL will search for entries containing the word or
  487.                 words specified and remove them from the dialing
  488.                 directory. Search words do not need to be exact.  They
  489.                 will each individually be searched for in the directory.
  490.                 All words must match for the entry to be processed.
  491.  
  492.                 To remove John Jones all the following examples will
  493.                 find and remove the directory entry:
  494.  
  495.                    ED -d John
  496.                    ED -d John Jones
  497.                    ED -d Joh Jon
  498.                    ED -d Jo
  499.                    ED -d ones
  500.                    ED -d 4  (Removes the 4th entry)
  501.  
  502.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page  9
  503.         ──────────────────────────────────────────────────────────────────────
  504.  
  505.             ─────────────────────────────────────────────────────────────
  506.             ED -F word word...    to list one or more matchine entries
  507.             ─────────────────────────────────────────────────────────────
  508.  
  509.                 Use -f to locate and display a name and number for
  510.                 a word or words entered.  Use this to confirm an entry
  511.                 exists or to locate a specific name from a partial name.
  512.                 Search words do not need to be exact.  They will each
  513.                 individually be searched for in the directory.  All words
  514.                 must match for the entry to be processed.
  515.  
  516.                 To list all Jones in the directory
  517.                      ED -f Jones
  518.  
  519.                 To list John Jones
  520.                      ED -f John Jones
  521.  
  522.         Timing the calls
  523.         ────────────────
  524.  
  525.         By default, EASYDIAL returns to DOS immediately after dialing the
  526.         number and allows you to use your computer during the call.  However,
  527.         at times it is desirable to know the exact duration of a call or
  528.         when a call was made.  By enabling this feature (either by the internal
  529.         configuration, enviroment setting, or command line), EASYDIAL will
  530.         create  EASYDIAL.LOG in the directory from which EASYDIAL is executing
  531.         from.  EASYDIAL will then time and log the total length of the call.
  532.  
  533.         Logging the calls
  534.         ─────────────────
  535.  
  536.         If you would like to log the fact that a call was made, but free up
  537.         the computer during the call, then enable the LOG function of EASYDIAL.
  538.         (Again, enable this either from the command-line, enviroment, or
  539.         the internal configuration).  The file EASYDIAL.LOG will be
  540.         created/appended in the same manner as above but the computer will
  541.         not time the call and will return to DOS after dialing.
  542.  
  543.  
  544.         Specifying a different dialing directory path
  545.         ─────────────────────────────────────────────
  546.  
  547.         EASYDIAL stores the dialing directory in the same drive and
  548.         directory the ED.EXE file is stored in.  You may specify a
  549.         different directory by specifying a DOS environment variable
  550.         with the new pathname.  Set environment variable EDIALP as
  551.         follows:
  552.  
  553.              SET EDIALP=C:\DIALDIR\
  554.  
  555.         Program Maintenance:
  556.         ────────────────────
  557.  
  558.           Version 1.0      April 1990
  559.           Version 1.1      May 1990
  560.             -Enabled EASYDIAL to log and/or time calls
  561.           Version 1.5
  562.             -Fixed manual dial mode
  563.             -Added windows
  564.             -Added -C and -O option enabling EASYDIAL to append a credit card
  565.              or optional number to a dialing number.
  566.           Version 2.0
  567.             --Removed -C & -O.
  568.             --Added a scrollable directory enabling full EASYDIAL.DIR
  569.               maintainance from within listing.
  570.           Version 2.0A
  571.             --Fixed time-call problem
  572.           Verion 2.2
  573.             --Various fixes of cursor problems
  574.             --Fix command-line dialing problems.  Dialed first match of
  575.               first word intead of first match of entire string
  576.             --Added a Find option for the directory listing.
  577.           Version 2.5
  578.             --Enabled all parameters to be used either in the directory
  579.               listing or the command line
  580.             --Enabled all eviroment commands to be able to be set from the
  581.               commannd line
  582.             --Changed all modem routines to more reliable and smart routines
  583.             --Added busy detect and automatic redial
  584.             --Total Parameters added:
  585.               -M:x  Specify comport
  586.               -R:x  Specify redial pause
  587.               -U    Pulse dialing
  588.               -C    Credit card call
  589.               -P    Append a prefix number to call
  590.               -T    Time the call
  591.               -L    Log the call
  592.            Version 3.0
  593.              --Added an internal configuration file to control all options
  594.                internally.
  595.            Version 3.1
  596.              --Added ability to leave comment in log
  597.              --Fixed directory listing problems
  598.            Version 3.2
  599.              --Fixed bugs with adding
  600.              --Changed way add and revise work
  601.              --fixed manual dial problem
  602.              --added alpha-order sort
  603.              --Enabled "W" modem command
  604.              --Now can include numbers in name field
  605.              --Protect comment-in-log
  606.            Version 3.3
  607.              --Improved configuration
  608.              --Created bigger stack size to enable large EASYDIAL.DIRs.
  609.              --Changed add/revise. (again)
  610.              --Added black and white operation
  611.  
  612.  
  613.  
  614.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page 11
  615.         ──────────────────────────────────────────────────────────────────────
  616.  
  617.  
  618.         Registering EASYDIAL
  619.         ────────────────────
  620.  
  621.         EASYDIAL is distributed under the Shareware concept. This allows
  622.         users to evaluate software for  a short time to determine if it
  623.         is useful to them.  If you decide the software is of value to
  624.         you, you are required to register it.
  625.  
  626.         This concept allows for quality software to be distributed at a
  627.         reasonable cost.  Many of hours of my time has been invested in
  628.         EASYDIAL.  Continued registration will justify the continued
  629.         upgrading of this utility to insure it remains up to date with
  630.         current technology.  In any case, I do greatly appreciate all
  631.         users that care enough to register.  I try to provide the best
  632.         possible software for all you faithful supporting users.
  633.  
  634.         Send registration requests to:
  635.  
  636.                   Patri-Soft
  637.                   P.O. Box 8263
  638.                   San Bernardino, CA   92412
  639.  
  640.         The registration charge is a one time fee that entitles you to
  641.         all future versions of the product.  These may either be
  642.         obtained from normal Shareware sources or from me.  I do not
  643.         automatically send product updates to registered users.  It is
  644.         impossible to provide automatic upgrades at the low costs of
  645.         these utilities.
  646.  
  647.  
  648.  
  649.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page 12        ──────────────────────────────────────────────────────────────────────
  650.  
  651.                         Register EASYDIAL 3.3 Order Form
  652.  
  653.         ────────────────────────────────────────────────────────────────────
  654.         VISA/Mastercard  orders  are only accepted through telephone orders.
  655.         Call the Public (Software) Library at 800-242-4775 to order TODAY!
  656.         ────────────────────────────────────────────────────────────────────
  657.  
  658.         _____ EASYDIAL  -- Good basic telephone dialer..............$15.00
  659.         _____ PCOPY     -- File Copy, Move, Backup, Update, more!...$20.00
  660.         _____ PSEARCH   -- Locate files on your disk. Outstanding!..$20.00
  661.         _____ PALERT    -- Warns you of low disk space..............$15.00
  662.         _____ PATTR     -- Manage attributes of DOS files...........$10.00
  663.         _____ PDAILY    -- Automatically execute commands once/day..$10.00
  664.         _____ PDELETE   -- Save space with automatic disk cleanup...$20.00
  665.         _____ PPRINT    -- Advanced file print w/special formats....$20.00
  666.  
  667.  
  668.         California Residents add sales tax....................@ 6% $______
  669.  
  670.                                  Total amount of my order is:    $________
  671.  
  672.         Disk Size (circle one)?    5 1/4     3 1/2
  673.  
  674.  
  675.         Name: __________________________________________________
  676.  
  677.         Company: _______________________________________________
  678.  
  679.         Address: _______________________________________________
  680.  
  681.                  _______________________________________________
  682.  
  683.         City: ________________________  State: ________  Zip: __________
  684.  
  685.         Please register the software under the following name:
  686.  
  687.              ____________________________________________________________
  688.  
  689.         I received EASYDIAL from (Optional):_____________________________
  690.  
  691.         Send order to: Patri-Soft  P.O. Box 8263  San Bernardino, CA  92412
  692.  
  693.         EASYDIAL Users Guide/Reference   Copyright 1990   Patri-Soft   Page 12
  694.         ──────────────────────────────────────────────────────────────────────
  695.  
  696.                          Reporting Problems  (EASYDIAL 3.3)
  697.  
  698.         I welcome all comments or enhancement suggestions.  Please
  699.         document each item clearly and provide printed examples, if
  700.         possible. Please be sure  to include this  form with all
  701.         requests. It will  help to make sure we can provide you with the
  702.         best possible service.
  703.  
  704.  
  705.         Name: __________________________________________________________
  706.  
  707.         Company: _______________________________________________________
  708.  
  709.         Address: _______________________________________________________
  710.  
  711.                   _______________________________________________________
  712.  
  713.         City: __________________________________  State: _______________
  714.  
  715.         Zip: ______________________________
  716.  
  717.         Telephone: _______ / ________________________ (Home / Work)
  718.  
  719.  
  720.         Date: _________________________     Machine Type:_______________
  721.  
  722.         Modem Type (IMPORTANT)  ________________________________________
  723.  
  724.         Name of Utility: _______________________ DOS Level: ____________
  725.  
  726.         Description of problem or enhancement:
  727.  
  728.         ________________________________________________________________
  729.  
  730.         ________________________________________________________________
  731.  
  732.         ________________________________________________________________
  733.  
  734.         ________________________________________________________________
  735.  
  736.         Suggested solution:
  737.  
  738.         ________________________________________________________________
  739.  
  740.         ________________________________________________________________
  741.  
  742.