TEL.NLM ------------- Program TEL emulates Telnet terminal on NetWare 386 file server. Syntax: LOAD TEL
[/L] [/C] [/NA] Where: address is TCP/IP address (x.x.x.x or hostname) /L log data into file /C log telnet-ctrl codes into file /NA suppress use of ANSI commands Program termination: TEL terminates if connection is broken or if you press ALT-T or if you unload TEL.NLM . ----------------------------------------------------------------- Notes: - TEL is freeware. See file LICENSE for conditions. - TEL is packed with source code for public use. If you detect some error in it or if you make some enhancement, please give me info. - program was made (and tested) only in 4.10. It should work on 3.1x but ... - it uses ESCape sequences based on what I found in Internet. I cann't spend all my time there ... If you have any problem or any suggestion concerning the further development of the program, please contact Petr Jaklin: Internet: 3net@3net.anet.cz fax +42 417 26859 History: 1.02: first running version (interim) 1.03: enhancement of ESCapes because of comunicatibility with XCONSOLE.NLM. There are some sequences I do not know : ESC[12h and ESC[?2J So I use the first as indication of (1,1)-based cursor positioning (used by XCONSOLE). Default is (0,0)-based cursor (used e.g. by 3Com's hub FMSII). Sequence ESC[?2J I suppose to be identical to ESC[2J, i.e. CLRSCR. Jan 07, 1997 1.04: TEL.NLM identifies itself as VT100 if terminal type is required