home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / decus / RB136 / dialh2.lzh / READ.ME < prev    next >
Text File  |  1989-06-29  |  1KB  |  33 lines

  1.  
  2.                                DIALH2.COM And DIALH2.PAS
  3.  
  4.          These files are the same as Dan Linder's original DIALH.COM and
  5.          DIALH.PAS, as I received them, except that I changed line 231 in
  6.          the source code from
  7.  
  8.                           Delay (2000);
  9.  
  10.          to
  11.  
  12.                           Delay (20000);
  13.  
  14.          and recompiled.  With this change, I was to able to dial from a
  15.          Rainbow 100A and a Hayes Smartmodem 1200.  The original DIALH.COM
  16.          would stop trying before the modem dialled, and the call would not
  17.          go through.
  18.  
  19.          One other point:  To use this program, you should put switch 1 on
  20.          the modem down (that is, in the factory default position).
  21.          Alternately, you can run a communications program which tells the
  22.          modem that the computer is ready to send or receive information,
  23.          and which does not change this setting before you run DIALH2.COM.
  24.          Tom Jenning's MINITEL.EXE version 3.2 is one communications
  25.          program which serves this purpose.  You can run MINITEL with the
  26.          modem on, then quit MINITEL to run DIALH2.COM.
  27.  
  28.  
  29.          David P. Maroun
  30.          Chilliwack, BC
  31.          Canada
  32.          29-Jun-1989
  33.