home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 382.lha / dial_vt100 / dial.doc < prev    next >
Text File  |  1990-05-03  |  2KB  |  62 lines

  1.  
  2.  dial.vt100 - An ARexx "Dialing Directory" for use with VT100 (V2.9 or higher)
  3.  
  4.  Author: David W. Lowrey
  5.      dwl10@uts.amdahl.com or amdahl!dwl10
  6.      (713)-894-7447 (home)
  7.      (713)-850-8828 (work)
  8.  
  9.     Version 1.2: Jan 15, 1990
  10.  
  11.     This program allows the user to save up to 20 frequently used
  12.     phone numbers. The program will dial the phone number, at the
  13.     request of the user. Each number has 7 fields associated with it.
  14.     They are:
  15.  
  16.     Name:    An ascii string describing the number.
  17.     Phone:   The actual phone number to be dialed
  18.     Baud:    The Baud Rate that VT100 should be set to when dialing this number
  19.     Parity:  The Parity that VT100 should be set to when dialing this number
  20.     Prefix:  A string that is sent to the modem BEFORE dialing the number
  21.     Postfix: A string that is sent to the modem AFTER dialing the number,
  22.          A carrige return is signified by "^M".
  23.     Script:  The name of an ARexx script to be called. This script is passed
  24.          the above mentioned parameters. When a user's script is called,
  25.          this script exit's. All dialing must be done by the user's script.
  26.          This script launches the user's script via VT100's RX command.
  27.          Therfore, the user's script must end in '.vt100'.
  28.  
  29.     The phone file defaults to S:VT100.phones. If it doesn't exist, dial
  30.     will use default values for all fields.
  31.  
  32.     To install: Copy dial.vt100 to REXX:dial.vt100
  33.         Makesure the following files are in LIBS:
  34.          - arp.library
  35.          - rexarplib.library
  36.  
  37.     To run: either directly execute from the VT100 "REXX MACRO" menu, or
  38.     issue the "RX DIAL" script command.
  39.  
  40.  
  41.     This program requires:
  42.        VT100 Version 2.9 (Released October-89)
  43.        ARexx
  44.        arp.library     (PD routines)
  45.        rexarplib.library (PD routines, necessary for windowing)
  46.  
  47.     VT100, arp.library,  and rexarplib.library are avaliable in many
  48.     PD collections.
  49.  
  50.     ARexx is a licensed program, written by William S. Hawes
  51.  
  52.  
  53.     Future enhancements?
  54.      - Adjust number of entries in list acording to the size of
  55.        the user's screen (more entries if using interlace).
  56.  
  57.      - Be able to read the dialing directories of other terminal
  58.        programs.
  59.  
  60.      - Any other suggestions would be welcome.
  61.  
  62.