home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / LA / LA032.ZIP / DIAL.DOC < prev    next >
Text File  |  1991-03-10  |  1KB  |  36 lines

  1.  
  2.    DIAL T# [Modem-Commands~][Phone-Number]
  3.  
  4.    T = Dial type (Tone or Pulse): must be T or P.
  5.    # = Serial port number (1 - 4).
  6.    Modem-Commands = Optional initialization strings.
  7.                     (no embedded or ending spaces, end with ~)
  8.    Phone-Number = Maximum of 36 characters, no embedded spaces.
  9.  
  10.    EXAMPLE:           dial T1 1(216)931-1212
  11.                       dial P2 9,654-7171
  12.                       dial T3 18003334444
  13.  
  14.    This program dials the phone for you through a Hayes compatible modem.
  15.    It will tell you to pick up the phone when dialing is completed.  It
  16.    can optionally pass an initialization string to the modem before the
  17.    dialing.  Each initializing modem command must end with a tilde (~),
  18.    you can have up to 15 of these commands.  You can send modem commands
  19.    without dialing a number.
  20.  
  21.    EXAMPLE:           dial T1 S11=30~1(216)931-1212
  22.                       dial P2 M0~S0=0~9,654-7171
  23.                       dial T3 M0~S0=0~              
  24.  
  25.    ----------------------------------------------------------------------
  26.  
  27.    Copyright (c) 1986-1990 by Jim Hass
  28.    Member of the Association of Shareware Professionals
  29.  
  30.    MicroFox Company
  31.    P.O. Box 447
  32.    Richfield, OH
  33.    44286-0447  USA
  34.  
  35.    CompuServe Mail:  73057,3113
  36.