home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / modems / modem / node104.lbr / NODE104.DZC / NODE104.DOC
Encoding:
Text File  |  1988-08-29  |  1.6 KB  |  36 lines

  1.         NODE104 - TELENET node repeat dialer
  2.                 Version 1.4
  3.  
  4.  
  5.  This program will repeat-dial remote Telenet nodes until a connection is
  6.  made using various CP/M+ function calls. It looks for the Telenet command 
  7.  prompt ("@") to determine that a non-connection condition has been deter-
  8.  mined, and, when remote connection is detected, calls the remote
  9.  modem, and sets it to the more informative Racal-Vadic mode.
  10.  
  11.  At this point, the user's communications program (presently set to MEX)
  12.  is called, with the provision to include a script filename on the
  13.  command line generated by NODE104 upon connection.
  14.  
  15.  User also has the options of returning to his/her communication program,
  16.  to the operating system, disconnection, or trying a different remote node
  17.  during the dialing cycle. Control-H at any time gives the user a brief help
  18.  screen. 
  19.  
  20.  You will first need to select what assembler you are using (see "assembler
  21.  selection;") and your operating system configuration.
  22.  
  23.  You will also need to insert the baudrate you wish to connect to at SPEED:,
  24.  your Telenet identification string at label TNETID:, and your password at
  25.  TNETPW.  Place the name of the program you wish to chain to at PRGRM:.
  26.  Each definable section is enclosed in ''++++++++'' boundaries.
  27.  
  28.  Use your favorite editor in non-document mode, and use the assembler you
  29.  have selected below to assemble and link.
  30.  
  31.  My special thanks to Ben Grey, sysop of Cedar Mills Z-Node #24, Portland,
  32.  Oregon, for the extensive assistance.
  33.  
  34.                     Mike Heffernan
  35.                     Hawthorne, CA
  36.                     July 19, 1988