home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / bit / listserv / notabene / 668 < prev    next >
Encoding:
Text File  |  1992-08-25  |  981 b   |  21 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!uvaarpa!darwin.sura.net!paladin.american.edu!auvm!CUNYVM!JBLQC
  3. Message-ID: <NOTABENE%92082602445380@TAUNIVM>
  4. Date:         Tue, 25 Aug 92 19:37:46 EDT
  5. Sender:       Nota Bene List <NOTABENE@TAUNIVM>
  6. From:         Joel Lidov <JBLQC@CUNYVM>
  7. Subject:      Kermit
  8. Newsgroups: bit.listserv.notabene
  9. Lines: 10
  10.  
  11. Gerald Schlaback correctly points to the fact that Kermit scripts don't
  12. know anything about terminal emulation; they just read the incoming data
  13. stream, escape codes and all.  This is not a problem when setting up a
  14. dialogue (for sign-on, for example), since it simply looks for the characters
  15. you want, but the screen-dump would be meaningless to a script, since it has
  16. no concept of a screen.
  17.  
  18. Session logging also logs everything, so that the resulting file isn't a pure
  19. data file, but can be replayed as a terminal session.  If your library has
  20. a line-by-line mode (no emulation), I suppose that would work.
  21.