home *** CD-ROM | disk | FTP | other *** search
/ CD-X 3 / cdx_03.iso / shutils / dos / utl114.arj / UTL114.INS / DIAL.DOC < prev    next >
Encoding:
Text File  |  1995-04-04  |  1.8 KB  |  49 lines

  1.    DIAL 2.45 (Voice Telephone Dialer)
  2.  
  3.    Usage: DIAL DSI [Modem-Commands~][Phone-Number]
  4.  
  5.    T = Dial type (Tone or Pulse): must be T or P.
  6.    S = Serial port number (1 - 4).
  7.    I = (optional) IRQ number (if different than standard)
  8.    Modem-Commands = Optional initialization strings.
  9.                     (no embedded or ending spaces, end with ~)
  10.    Phone-Number = Maximum of 36 characters, no embedded spaces.
  11.  
  12.    EXAMPLE:           dial T1 1(216)931-1212     Tone dial on COM1
  13.                       dial P2 9,654-7171         Pulse dial on COM2
  14.                       dial T35 18003334444       Tone/COM3 using IRQ 5
  15.  
  16.    This program dials the phone for you through a Hayes compatible modem.
  17.    It will tell you to pick up the phone when dialing is completed.  It
  18.    can optionally pass an initialization string to the modem before the
  19.    dialing.  Each initializing modem command must end with a tilde (~),
  20.    you can have up to 15 of these commands.  You can send modem commands
  21.    without dialing a number.
  22.  
  23.    EXAMPLE:           dial T1 S11=30~1(216)931-1212
  24.                       dial P2 M0~S0=0~9,654-7171
  25.                       dial T3 M0~S0=0~              
  26.  
  27.    ---------------------------------------------------------------------
  28.  
  29.    DIAL (tm)
  30.    Copyright (c) 1986-1995 by Jim Hass
  31.  
  32.    ASP   Member of the Association of Shareware Professionals
  33.    STAR  Member of the Shareware Trade Association and Resources
  34.    ASAD  Member of the Association of Shareware Authors and Dealers
  35.  
  36.    Registration fee: $10.00
  37.    Free with registration of HDM, BBS, SEE, FED, PUT/GET, or EZ-Tree
  38.  
  39.    MicroFox Company
  40.    PO Box 447
  41.    Richfield OH 44286-0447
  42.    USA
  43.  
  44.    CompuServe Mail: 73057,3113
  45.    Internet: 73057.3113@compuserve.com
  46.  
  47.    ---------------------------------------------------------------------
  48.  
  49.