home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / trs80model4.zip / m4mithlp.txt < prev    next >
Text File  |  1986-10-22  |  5KB  |  128 lines

  1.         TRS-80 Model 4(p) KERMIT version 5.2 for TRSDOS 6.x, January 1986:
  2.  
  3.         An advanced Kermit derived from TRS-80 Kermit, which was in turn
  4.         derived from CP/M-80 Kermit.  Sum bugs have been fixed, as well
  5.         as the addition of wild cards in the SEND command.  The SET
  6.         command was modified with regard to the FILE-TYPE, and
  7.         FILE-DISPOSITION options.  These have become sub commands to a new
  8.         SET FILE command.  The equivalent functions are now accessed via
  9.         SET FILE TYPE, and SET FILE DISPOSITION.
  10.  
  11.         The following files are provided in the Kermit distribution:
  12.  
  13.         Assembler source, consisting of the following modules:
  14.  
  15.                     M4ADD.ASM       M4H191.ASM
  16.                     M4KEY.ASM       M4MIT.ASM
  17.                     M4SEND.ASM      M4STR.ASM
  18.                     M4CMD.ASM       M4H192.ASM
  19.                     M4LOG.ASM       M4PKT.ASM
  20.                     M4SET.ASM       M4TERM.ASM
  21.                     M4GET.ASM       M4H19S.ASM
  22.                     M4MAC.ASM       M4RMT.ASM
  23.                     M4SHOW.ASM      M4WILD.ASM
  24.                                     M4XFER.ASM
  25.  
  26.         Documentation:
  27.  
  28.         M4MIT.HEX    --   Hexified object module for KERMIT executable
  29.         M4H19.HEX    --   Hexified object module for H19 filter
  30.         M4H19S.HEX   --   Hexified object module for SETH19 program
  31.         M4MIT.NR     --   Nroff source for M4MIT.DOC
  32.         M4MIT.DOC    --   Documentation
  33.         M4MIT.HLP    --   This file
  34.         M4BOO.BAS    --   Basic program for converting the hex files to
  35.                           runnable programs
  36.  
  37.  
  38.         Here is a list of all of the command line commands that are currently
  39.         functional:
  40.  
  41.                       BYE
  42.                       CLEAR
  43.                            INPUT-PORT
  44.                            SCREEN
  45.                       CLOSE
  46.                            SESSION-LOG
  47.                       CONNECT
  48.                       DIR partspec
  49.                       EXIT
  50.                       FINISH
  51.                       GET filespec
  52.                       INPUT control string
  53.                       KILL filespec
  54.                       LOCAL TRSDOS command
  55.                       LOG filespec
  56.                       LOGOUT
  57.                       OUTPUT control string
  58.                       PAUSE number of seconds
  59.                       PULSE control string
  60.                       REMOTE command
  61.                            CLOSE-LOG
  62.                            COPY
  63.                            CWD
  64.                            DELETE
  65.                            DIR
  66.                            DISK
  67.                            HELP
  68.                            HOST
  69.                            KERMIT
  70.                            LOGIN
  71.                            MESSAGE
  72.                            PROGRAM
  73.                            QUERY-VARIABLE
  74.                            RENAME
  75.                            SEND-LOG
  76.                            SET-VARIABLE
  77.                            START-LOG
  78.                            STOP-LOG
  79.                            TYPE
  80.                            WHO
  81.                       SEND filespec(s)
  82.                       SET parameter [value(s)] ...
  83.                            BELL ON (or OFF)
  84.                            BLOCK-CHECK-TYPE
  85.                                 1
  86.                                 2
  87.                                 3
  88.                            DEBUGGING OFF (or ON)
  89.                            DEFAULT-DISK (drive number)
  90.                            EIGHT-BIT-QUOTING ON (or OFF)
  91.                            EMULATION NONE (or DUMB)
  92.                            ESCAPE
  93.                            FILE
  94.                                 DISPOSITION KEEP (or DISCARD)
  95.                                 TYPE (ASCII or BINARY)
  96.                            FLOW-CONTROL XON/XOFF (or NONE)
  97.                            INPUT
  98.                                 CASE-IGNORE OFF (or ON)
  99.                                 DISPLAY OFF (or ON)
  100.                            KEY <key value> string
  101.                            LOCAL-ECHO OFF (or ON)
  102.                            OUTPUT
  103.                                 HOST-ECHO ON (or OFF)
  104.                                 DISPLAY OFF (or ON)
  105.                            PRINTER OFF (or ON)
  106.                            RECEIVE
  107.                                 END-OF-LINE ascii code
  108.                                 PAD-CHAR ascii code
  109.                                 PADDING decimal number
  110.                                 QUOTE-CHARACTER ascii code
  111.                                 START-OF-PACKET ascii code
  112.                                 TIME-OUT decimal number
  113.                                 TURN-CHAR
  114.                            SEND
  115.                                 END-OF-LINE ascii code
  116.                                 PAD-CHAR ascii code
  117.                                 PADDING decimal number
  118.                                 QUOTE-CHARACTER ascii code
  119.                                 START-OF-PACKET ascii code
  120.                                 TIME-OUT decimal number
  121.                                 TURN-CHAR
  122.                            TAKE-DISPLAY OFF (or ON)
  123.                            WARNING ON (or OFF)
  124.                       SETCOM
  125.                       SHOW
  126.                       STATUS
  127.                       TAKE filespec
  128.