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 >
Text File  |  1994-08-27  |  2KB  |  69 lines

  1. ! TELNET DEFAULT COMMAND FILE
  2.  
  3. !------------------------
  4. !      COMMAND SYMBOLS    |
  5. !------------------------
  6.  
  7. !    DOS SYMBOLS
  8.  
  9.     dir:== dos dir
  10.     del:== dos del
  11.     type:== dos type
  12.     ren:== dos ren
  13.     copy:== dos copy
  14.  
  15. !    OTHER SYMBOLS
  16.  
  17.     demo:==@demo
  18.  
  19. !-------------------------------
  20. !      KEY DEFINITIONS        |
  21. !-------------------------------
  22.  
  23. ! DEFINE A KEY FOR HELP ON KEY ASSIGNMENTS
  24.  
  25. ! Defines Alt \ (Alt ?) on most keyboards as the HELP KEYS key.
  26.  
  27.     Keyboard="enhanced"        !Set this symbol to your keyboard type
  28.     def key/noecho  a^slash = cmd "help/noprompt keys ''keyboard'<cr>"
  29.  
  30. ! DEFINE A KEY TO EXECUTE THE TELNET FEATURE SELECTION MENU
  31.  
  32. !  The menu command file routine allows access to TELNET menus and features
  33. !  using menu selections.
  34.  
  35.     def key C^F10=cmd "@menu<cr>"/noecho    !Control F10 accesses menu
  36.  
  37. !  Note: KERMIT file transfer through menu.ecf is programmed for
  38. !     VAX/VMS.  The file transfer command file may require modification 
  39. !     to work with other systems.
  40.  
  41. !---------------------------------------------------------
  42. !     VT220 PROGRAMMING SYMBOLS AND SYMLEX DEFINITIONS |
  43. !---------------------------------------------------------
  44.  
  45. ! Remove the comment character to enable these symbols.
  46.  
  47. !    @symbol22
  48.  
  49. ! If you use symbol22.ecf, increase dynamic memory by at least 1 K-Byte
  50. ! using the DOS symbol TN_DYNMEM. The default is 5000.
  51.  
  52. ! Example
  53.  
  54. !    set TN_DYNMEM=6000           !increase dynamic memory to 6 k_bytes    
  55.  
  56. !---------------------------------
  57. !     CONFIGURATION COMMANDS   |
  58. !---------------------------------
  59.  
  60. ! Remove the comment to set command line editing to insert mode.
  61.  
  62. !    set term/insert            !set insert command line editing
  63.  
  64. ! Remove the comment to enable line edit mode for use with host 
  65. ! systems that do not support line editing.
  66.  
  67. !    set history/line_edit=10    !set 10 lines of line editing
  68.  
  69.