* COMMANDS FOR RECORDING THINGS LOG TRANSACTION [] = TRANSACT.LOG Log file transfer names, times, etc, in given file. LOG SESSION [] = SESSION.LOG Record terminal session in given file. Use REPLAY to view the log. LOG PACKETS [] = PACKET.LOG Record file transfer packets in given file. WRITE {FILE, PACKET, SESSION, TRANSACTION, SCREEN} [] Write the text to the specified log file or to the screen. Text may contain backslash codes, variables, etc. Kermit does not supply line terminators so include \13\10 at the end of the text if you want the text to end in CRLF. CLOSE {PACKET, SESSION, TRANSACTION, READ, WRITE, ALL} Close the specified log file and stop logging. SHOW LOG Display names and status of logging and log files. Ctrl-]F (while in Connect mode) Dump current text screen into a file (even if graphics screen is showing). Ctrl-End (while in Connect mode) Dump the current screen (text or graphics) into a file. SET DUMP Specify name of screen dump file for text screens (KERMIT.SCN by default). Graphics screens are saved to TEKPLTnn.TIF. .