home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / ezdial10.zip / EZDIAL.DOC < prev    next >
Text File  |  1993-12-07  |  2KB  |  62 lines

  1.  
  2.  
  3.                           EZDial v1.0 DOCUMENTATION
  4.  
  5.  
  6.  
  7.                                December 6, 1993
  8.  
  9.  
  10.  
  11.                 Albert Ingle, Programmer & Documentation Writer
  12.  
  13.  
  14.  
  15.  ****************************************************************************
  16.  ****************************************************************************
  17.  
  18.  
  19.  
  20.     EZDial will dial all of your telephone numbers for you.  It is very
  21. easy to use, and it can be used as a TERMINATE AND STAY RESIDENT utility, or
  22. TSR.  This means that you can run it and then exit out and dial a number from
  23. Dos with a hotkey, or you can dial numbers from with the colorful interface
  24. itself.  You can add and delete numbers, as well as have descriptions for each
  25. number.  There is really nothing at all complicated about it.  Just type
  26. EZDIAL, and make sure that EZDIAL.EXE is in your path or current directory.
  27. Also, the file EZDIAL.CFG must be in the same directory as EZDIAL.EXE.  This
  28. file lets EZDIAL.EXE know which Com Port your modem is on, and your modem
  29. initialization string, as well as the DIAL string that you want EZDial to use
  30. before dialing each phone number.  I have included an example configuration
  31. file, which you MUST edit to your specifications.
  32.  
  33.  
  34. Here is the correct format for the EZDIAL.CFG file:
  35. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  36.  
  37. LINE #1 = Com Port
  38. LINE #2 = Init String
  39. LINE #3 = Dial String
  40.  
  41. Here is an example:
  42. ~~~~~~~~~~~~~~~~~~
  43. 1
  44. ATZ
  45. ATDT*70
  46.  
  47.  
  48. See!  It is really very easy!  Only a 3-line configuration file and you're
  49. set to go.  Please leave all mail to me on any nationwide bulletin board
  50. networks, such as FidoNet.  I am on quite a few.  My name is Albert Ingle.
  51.  
  52.  
  53. Thank you and I hope that you enjoy using my program as much as I enjoyed
  54. writing it!
  55.  
  56.  
  57.  ****************************************************************************
  58.  ****************************************************************************
  59.  
  60.  
  61.                 Signing off, Albert Ingle
  62.                              December 6, 1993