[comp.sys.ibm.pc] creating a REPLAY demo in MS-DOS Kermit 3.0

JRD@cc.usu.edu (Joe Doupnik) (03/12/90)

	The REPLAY filespec command in MS-DOS Kermit 3.00 simply opens the
named file and sends each byte to the terminal emulator. It does no rewinding
or lseeking etc. In the original message on this subject the author made
a script to exit Connect mode and PAUSE 3600 if the user pressed a certain
key combination. Well, that worked as advertized, it exited Connect mode (and
hence REPLAY) and did the PAUSE. PAUSE is a script command runnable at the
Kermit prompt (or it's hidden equivalent of Macros/Take files).
	My suggestion is to define the special key as XOFF, and another as
XON.
	Joe D.