home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 May
/
PCW596.iso
/
wtest
/
clico
/
sunsoft
/
pcnfs51
/
pcnfs51.lzh
/
TELNET.ZOO
/
tninit.ecf
< prev
next >
Wrap
Text File
|
1994-08-27
|
2KB
|
69 lines
! TELNET DEFAULT COMMAND FILE
!------------------------
! COMMAND SYMBOLS |
!------------------------
! DOS SYMBOLS
dir:== dos dir
del:== dos del
type:== dos type
ren:== dos ren
copy:== dos copy
! OTHER SYMBOLS
demo:==@demo
!-------------------------------
! KEY DEFINITIONS |
!-------------------------------
! DEFINE A KEY FOR HELP ON KEY ASSIGNMENTS
! Defines Alt \ (Alt ?) on most keyboards as the HELP KEYS key.
Keyboard="enhanced" !Set this symbol to your keyboard type
def key/noecho a^slash = cmd "help/noprompt keys ''keyboard'<cr>"
! DEFINE A KEY TO EXECUTE THE TELNET FEATURE SELECTION MENU
! The menu command file routine allows access to TELNET menus and features
! using menu selections.
def key C^F10=cmd "@menu<cr>"/noecho !Control F10 accesses menu
! Note: KERMIT file transfer through menu.ecf is programmed for
! VAX/VMS. The file transfer command file may require modification
! to work with other systems.
!---------------------------------------------------------
! VT220 PROGRAMMING SYMBOLS AND SYMLEX DEFINITIONS |
!---------------------------------------------------------
! Remove the comment character to enable these symbols.
! @symbol22
! If you use symbol22.ecf, increase dynamic memory by at least 1 K-Byte
! using the DOS symbol TN_DYNMEM. The default is 5000.
! Example
! set TN_DYNMEM=6000 !increase dynamic memory to 6 k_bytes
!---------------------------------
! CONFIGURATION COMMANDS |
!---------------------------------
! Remove the comment to set command line editing to insert mode.
! set term/insert !set insert command line editing
! Remove the comment to enable line edit mode for use with host
! systems that do not support line editing.
! set history/line_edit=10 !set 10 lines of line editing