home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / mex / mex16sum.ws < prev    next >
Encoding:
Text File  |  1994-07-13  |  22.3 KB  |  597 lines

  1. .he MEXPLUS 1.65 Summary                                  page #
  2.                MEXPLUS 1.65 Documentation Summary
  3.  
  4. 0) Authors          Nite-Owl and George M. Sipe
  5.  
  6. 1) Precepts
  7.  
  8. <filespec╛     ╜    [<drv><usr>:][<filename>][.<ext>]
  9. <sring>        ╜    zero or more characters surrounded by double
  10.                        quotes (e.g. "Testing")
  11.                     care⌠ ('^'⌐ may prefix ß contro∞ character
  12. <string-var>   =    A B C D E or F (may contain up to 32 chars)
  13. <string-expr>  =    <string> or <string-var>
  14. <ascii-value╛  ╜    zero to tw∩ character≤ surroundeΣ b∙ singlσ 
  15.                        quotes (e.g. 'x')
  16. <number-var>   =    %A, %B, ... %Z (from 0 to 65,535)
  17. <number>       =    number, <number-var>, <ascii-value>, VALUE,
  18.                        or STACK
  19.                     numbe≥ prefixes are $=hex¼ #=decimal
  20. <number-expr>  =    infix numeric expression with opt. parens
  21.                     operator≤ are ½ - ¬ » ╜ <╛ ╝ <╜ =╝ ╛ >╜ =>
  22. ';º            ╜    multiplσ commanΣ separato≥ (seσ STA╘ SEP)
  23.  
  24. /╥    specifie≤ ß return (carriagσ-returε only╗  samσ a≤ ^M)
  25. /╬    specifie≤ a newline (carriage-return and line-feed)
  26. /╘    specifie≤ ß tab
  27. /»    specifie≤ thσ '/º character
  28. /Onnε specifie≤ an∙ binar∙ valuσ (excep⌠ 0)║ nnε i≤ thσ decima∞ 
  29.       valuσ (al∞ threσ digit≤ mus⌠ bσ present)
  30.  
  31. 2⌐ Termina∞ control (escape) sequences
  32.  
  33. <ESC>┐         print≤ ß men⌡ oµ escapσ sequences
  34. <ESC>@         sends BREAK to remote system
  35. <ESC>┼         exit≤ bacδ t∩ commanΣ level
  36. <ESC>N         disconnects modem
  37. <ESC>╨         togglσs copy-to-printe≥ on/ofµ
  38. <ESC>╙         star⌠s copyinτ incominτ tex⌠ int∩ filσ buffe≥
  39. <ESC>╘         transmi⌠s ß filσ t∩ thσ remotσ (prompts for name)
  40. <ESC>╒         enΣs (un-starts⌐ copyinτ tex⌠ int∩ filσ buffe≥
  41. <ESC><ESC>     sends one <ESC> to remote system
  42.  
  43. 3⌐ Single-characte≥ command≤ (Primar∙ options)
  44.  
  45. E║  ente≥ termina∞ modσ witΦ Echo
  46. L║  ente≥ termina∞ modσ witΦ Local-ech∩ only
  47. R║  Receivσ ß filσ o≥ grou≡ oµ file≤ usinτ error check protocol
  48. S║  SenΣ ß filσ o≥ grou≡ oµ file≤ usinτ error check protocol
  49. T║  ente≥ Termina∞ modσ
  50.  
  51. 4) Single-character command prefixes
  52.  
  53. K:  use Kermit protocol
  54. M:  use standard christensen Modem7 protocol (default)
  55. Y:  use Ymodem modified christensen protocol
  56.  
  57. è5⌐ Secondar∙ command≤ (Secondar∙ options)
  58.  
  59.                         COMMANDS
  60. OP╘       NAM┼          USE─ WIT╚       ACTION
  61. ---     --------        ---------       ------
  62. ┴       AppenΣ          E, L, and T     AppenΣ t∩ ß file
  63. ┬       BatcΦ           ╥ anΣ ╙         Batch filσ transfers
  64. ─       Disconnec⌠      ╥ anΣ ╙         Disconnect≤ afte≥ transfer
  65. E       Echo            E, L, and T     enter term mode with Echo
  66. ╦       K-packet        S               senΣ 1╦ blk≤, accept any
  67. ╠       Loca∞           E and T         Local-characte≥ echo
  68. ╤       Quie⌠           ╥ anΣ ╙         "Quie⌠ modeó filσ transfer
  69. ╥       Recv-vie≈       ╥ anΣ ╙         show≤ Received-char≤ only
  70. ╙       Send-vie≈       ╥ anΣ ╙         show≤ Sent char≤ only
  71. ╘       Terminal-modσ   ╥ anΣ ╙         ente≥ Terφ afte≥ filσ xfer
  72. V       Vie≈            ╥ anΣ ╙         View≤ thσ filσ transfe≥ 
  73. ╪       Exi⌠            ╥ anΣ ╙         disc/eXi⌠ afte≥ transfer
  74.  
  75.  
  76.  
  77.  
  78.                   MEXPLUS 1.65 Command Summary
  79.  
  80. .                   - comment follows
  81.  
  82. ?                   - lists avaliable commands
  83.  
  84. =                   - assignment operator for <string-var> and
  85.                          <number-var╛ (e.g« %a=%b=1¼ wherσ thσ
  86.                          second = compares %b to 1, and the
  87.                          result, 0 or 1, is assigned to %a)
  88.  
  89. @ <row>,<column> [SAY <string-expr> | <numeric-expr> [, ...] ]
  90.                     - positions cursor to <row> and <col>
  91.                       SAY displays expression(s)
  92.  
  93. ACCEPT <string-var>[,<length>]
  94.                     - sets A B C D E or F from operator input
  95.                       optional maximum length (up to 32)
  96.  
  97. AL╘ [<drv>][<usr>║] - drivσ ½ use≥ t∩ searcΦ fo≥ ME╪ LOA─ file≤ 
  98.                          (.MEX, .KEY, .PHN, .LIB, .MOD, .OVR)
  99.                          default disk is 'A', default user is '0'
  100.                          uses search strategy specified by SEARCH
  101.                       if no argument, displays current setting
  102.  
  103. BEL╠ <number╛       - rinτs thσ bel∞ once/seπ fo≥ <number╛ secs
  104.  
  105. BOX R1,C1,R2,C2     - draws a box between specified corners
  106.                          (',' are all optional)
  107.  
  108. .cp 7
  109. èCAL[L▌ [<numblist╛ █ ú █ <retries╛ ▌ ▌ ]
  110.                     - dial≤ <numblist╛ anΣ stop≤ afte≥ <retries╛ 
  111.                       goe≤ int∩ 'T'ermina∞ modσ wheε ß compute≥ 
  112.                          i≤ reached
  113.                       iµ n∩ argument¼ phonσ liΓrary is listeΣ 
  114.                          anΣ prompt≤ fo≥ numΓer t∩ call
  115.                       VALUE set to 0 if no connect, else list #
  116.  
  117. CLON┼ <filespec╛    - save≤ ME╪ witΦ defineΣ phonσ number≤,
  118.                          keystrings, overlays, environment
  119.                       default filename = '        .COM'
  120.  
  121. CLS                 - clears the terminal screen
  122.  
  123. COL─                - restart≤ MEX and clear≤ defineΣ phonσ
  124.                          numbers anΣ keystrings
  125.  
  126. COMP <string-expr-1> <string-expr-2>
  127.                     - compare two string expressions for equality
  128.                       result is left in VALUE, honors CASE switch
  129.  
  130. CSET                - control clock overlay functions
  131.  
  132. DEL [<filespec╛ [ V ▌ ]
  133.                     - deletes file, [V] will ask for verification
  134.                          before erasinτ eacΦ file
  135.                       iµ n∩ argument¼ deletes open capture file
  136.  
  137. DIA╠ [<numblist╛ █ ú █ <retries╛ ▌ ] ]
  138.                     - samσ a≤ CAL╠ excep⌠ return≤ t∩ COMMAN─ mode
  139.  
  140. DI╥ <filespec╛      - displa∙s directory, default≤ t∩ du:*.*
  141.                       sets VALUE to number of entries found
  142.  
  143. DRAW <number>       - displays symbol <number> (0 to 13)
  144.                       displays ASCII character <number> (14 up)
  145.  
  146. DS├                 - disconnects modeφ
  147.  
  148. EMUL [ON | OFF]     - controls emulation module (if INSTALLed)
  149.  
  150. END REV | BRITE | BLINK | ULINE
  151.                     - turns off specified video attribute
  152.  
  153. EXIT                - exi⌠s t∩ system¼ modeφ no⌠ disconnected
  154.  
  155. GLOBA╠ [<2ndopt╛]   - causσs secondar∙ optioε <2ndopt╛ t∩ bσ oε 
  156.                          fo≥ al∞ primar∙ options (default: none)
  157.                       <2ndopt>='?' will list available settings
  158.                       <2ndopt>='-' will erase current setting
  159.                       if no argument, displays current setting
  160.  
  161. GLOBAL READ <string-expr>
  162.                     - causes <string-expr> to be run in place of
  163.                          returning to MEX command mode
  164. è
  165. GOTO <label>        - transfer control to <label> in batch file
  166.                          (note:  <label> must not be in different
  167.                          IF block)
  168.  
  169. GOSUB <proc>        - invoke subroutine <proc> in batch file
  170.  
  171. HEL╨ [<topic╛]      - provide≤ hel≡ informatioε oε <topic>
  172.                       <topic>='?º wil∞ lis⌠ thσ availablσ topics
  173.  
  174. HLINE <row>[,]<column>[,]<length>
  175.                     - draws line to right of specified length
  176.  
  177. I─ <string-expr>    - se⌠s <string-expr> fo≥ MEX'≤ prompt
  178.                          default is "[MEX] " (max 28 char)
  179.  
  180. IF <number-expr> [THEN] <statement> [; <statement>]
  181.                     - executes <statement> if <number-expr> non-0
  182.  
  183. I╞ <number-expr╛    - execute≤ statement≤ oε followinτ line≤ if
  184.                          <number-expr> is non-zero, up to ENDIF
  185.                       ELSE may be used to reverse the condition
  186.  
  187. INPUT               - sets VALUE from operator input
  188.  
  189. INSTALL <filespec╛  - installs optional modules:
  190.                       REMOTE is the REO Remote Command Module
  191.                       EMTDG  is DG D100/D200 emulation
  192.                       EMTVT  is VT52/VT100 emulation
  193.                       EMT925 is TeleVideo 925 emulation
  194.                       EMTADM is LSI ADM-3a emulation
  195.  
  196. KBY┼                - terminatσ remotσ Kermi⌠ server¼ loτ ou⌠ 
  197.                          from remote system, and break connection
  198.  
  199. KE┘[S] █ <key>=█ <string-expr> ▌ ]
  200.                     - definσs <key╛ (▒ char⌐ t∩ <string-expr>
  201.                       iµ <string-expr> omitted¼ <key╛ i≤ erased
  202.                       iµ al∞ argument≤ omitted¼ <keys>≤ listed
  203.                       invokeΣ witΦ '<esc><key>' or function key
  204.                       honors WECHO and WTECHO
  205.  
  206. KFIN                - terminate remote Kermit server (only)
  207.  
  208. KGET <filenames>    - request <filenames> from remote Kermit
  209.                          server (may include wildcards)
  210.  
  211. KLOG                - terminate remote Kermit server, and log out
  212.                          from remote system, but keep connection
  213.  
  214. KPU╘ <filenames>    - tramsmit≤ <filenames╛ t∩ remotσ Kermi⌠
  215.                          server, equivalent to KS command (may
  216.                          also include wildcards in <filenames>)
  217.  
  218. .cp 4
  219. èKSET [<keyword╛ [<newvalue>▌ ]
  220.                     - se⌠s <keyword╛ variablσ t∩ <newvalue>
  221.                       iµ <newvalue╛ omitted¼ presen⌠ valuσ shown
  222.                       iµ <keyword>='?'¼ variable≤ arσ listed
  223.  
  224. LABEL <label>       - up to 16 alphabetic characters for GOTO
  225.  
  226. LOA─ <filespec╛     - loaΣs MEX'≤ LOA─ file≤ (.KEY, .PHN, .OVR)
  227.  
  228. LO╟ [<drv>][<usr>:] - rese⌠ anΣ optionally loτ t∩ drive and user
  229.  
  230. PHON┼ [<name>[=[<number╛[/<comment> [<bps>]]]]
  231.                     - se⌠ <name╛ equivalen⌠ t∩ <number╛ witΦ bauΣ 
  232.                          ratσ se⌠ t∩ <bps╛ wheneve≥ used
  233.                       iµ only <name>= then <name╛ is erased
  234.                       iµ al∞ argmt≤ omitted¼ phonσ <name>≤ listed
  235.  
  236. PREFI╪ <string-expr> - se⌠s <string-expr> t∩ send beforσ SENDOU╘ 
  237.                          default is ""
  238.  
  239. PROC <label>        - up to 16 alphabetic characters for GOSUB,
  240.                          defines start of subroutine up to ENDP
  241.  
  242. PROTO <protocol>    - specify <protocol> as default, protocol may
  243.                          be M for Modem7 (default), Y for Ymodem,
  244.                          or K for Kermit
  245.  
  246. REA─ <filespec╛ [parmlist]
  247.                     - executσs batcΦ filσ <filespec>
  248.                       <filespec╛ ma∙ contaiε an∙ valiΣ commands
  249.                       chaining of READ commands is permitted
  250.                       default ext = '.MEX' (ext='.   ' illegal)
  251.                       ^├ from keyboard or STOP command aborts
  252.                       executioε stop≤ whilσ iε 'T'ermina∞ mode
  253.                       brace≤ ({}⌐ ma∙ bσ useΣ around commanΣ linσ 
  254.                          paraφ t∩ includσ imbeddeΣ spaces
  255.  
  256.      {<string-var>} - reference to <string-var>
  257.  
  258.      {<parmno> [: <defaul⌠ parm╛ ]}
  259.                     - reference to <parm>≤ iε READ'≤ [parmlist]
  260.                       <defaul⌠ parm╛ provides a default parm for
  261.                          <parmno> if absent in [parmlist]
  262.  
  263. RE╬[AME] <newfile>[=]<oldfile>
  264.                     - rename≤ <oldfile╛ t∩ <newfile>
  265.                       botΦ name≤ mus⌠ bσ oε samσ <drv><usr>
  266.  
  267. SAV┼ <filespec╛     - savσs MEX'≤ LOA─ file≤ (.KEY and .PHN)
  268.  
  269. SAY <string-expr> | <numeric-expr> [, ...]
  270.                     - displays expression(s) at cursor position
  271.  
  272. SCREEN ON | OFF     - turns screen output on or off
  273.                       automatically goes on when READ terminates
  274. è
  275. SENDOU╘ <string-expr> - sends <string-expr> to remote
  276.                       VALUE set to 0 if ok, 1 if failed
  277.  
  278. SET                 - control hardware overlay functions
  279.  
  280. SLEE╨ <num-secs>    - invoke≤ delay, ^├ will abort
  281.  
  282. SSET                - control modem overlay functions
  283.  
  284. START REV | BRITE | BLINK | ULINE
  285.                     - turns on specified video attribute
  286.  
  287. STA╘ [<keyword╛ [<newvalue>▌ ]
  288.                     - se⌠s <keyword╛ variablσ t∩ <newvalue>
  289.                       iµ <newvalue╛ omitted¼ presen⌠ valuσ shown
  290.                       iµ <keyword>='?'¼ variable≤ arσ listed
  291.  
  292. STAT DISP <keyword> ON | OFF
  293.                     - contro∞s listinτ oµ keyworΣ iε STA╘ display
  294.                       STAT ? always displays all keywords
  295.  
  296. STOP                - terminates currently active READ file
  297.  
  298. SUFFI╪ <string-expr> - se⌠s <string-expr> t∩ send afte≥ SENDOU╘
  299.                          default is "^M"
  300.  
  301. TERM                - open capture file toggled by CAPTURE switch
  302.  
  303. TERMA               - same as TERM but will append to file
  304.  
  305. TIME                - displays the date and time
  306.                       sets VALUE to hh:mm
  307.  
  308. TRANSMIT <filespec> [S] - transmits <filespec> to remote system
  309.                          if XON is on, xon/xoff will be honored
  310.                          if [S], time delays will be used
  311.  
  312. TSET [<parameter> [<value>] ]
  313.                     - terminal control parameters:
  314.  
  315.      ?              - displays all parameter settings
  316.  
  317.      BRIGHT [ON|OFF] - display bright text only
  318.  
  319.      LOWER [ON|OFF] - display lower case text
  320.  
  321.      MSG [ON|OFF]   - display terminal mode signon message
  322.  
  323.      WRAP [ON|OFF]  - terminal automatically wraps at end-of-line
  324.  
  325. TYP┼ <filespec╛ [P▌ - displa∙s content≤ oµ <filespec╛ oε screen
  326.                       iµ [P], paginate by STA╘ PAG┼ variablσ
  327.  
  328. .cp 2
  329. èVALUE [<number>]    - sets VALUE to <number>
  330.                       or displays VALUE and STACK in decimal/hex
  331.  
  332. VER                 - prints the MEX version number and places it
  333.                          into VALUE
  334.  
  335. VIEW                - displa∙s content≤ oµ the ASCII capture
  336.                          buffer on the screen
  337.  
  338. VLINE <row>[,]<column>[,]<length>
  339.                     - draws line down of specified length
  340.  
  341. WAIT {DATE mm/dd | TIME hh:mm}
  342.                     - waits for the specified date or time
  343.                       VALUE set to hh:mm or unchanged if aborted
  344.  
  345. WAIT SILENCE [<time>] - waits until no more modem characters
  346.                       <time> is required idle time (default is
  347.                          REPLY variable value) in seconds
  348.                       max characters received of WLIM variable
  349.                       VALUE set to 0 if ok, 1 if > WLIM chars
  350.  
  351. WAI╘ STRIN╟ [<time>] <string-expr╛ [<string-expr>...]
  352.                     - waits until any of up to 4 strings are
  353.                          received from modem
  354.                       <time> is maximum wait time (default is
  355.                          REPLY variable value) in seconds
  356.                       honors CASE switch and WLIM variable
  357.                       VALUE set to 0 if time-out, else 1-4
  358.  
  359. WR╘                 - writes¼ close≤ opeε capturσ filσ t∩ disk
  360.  
  361.  
  362.  
  363.  
  364.         MEXPLUS 1.65 Backward Compatible Command Summary
  365.  
  366. ADD <number>        - adds <number> to VALUE
  367.  
  368. BYE                 - (same as REO LOGOUT)
  369.  
  370. CP═                 - (samσ a≤ EXIT)
  371.  
  372. DATE                - (same as TIME)
  373.  
  374. DO                  - (same as READ)
  375.  
  376. DOS                 - (same as EXIT)
  377.  
  378. ER┴[SE] <filespec╛ [V▌ - same as DEL except requires <filespec>
  379.  
  380. POP                 - sets VALUE from STACK variable
  381.  
  382. PUSH                - sets STACK from VALUE variable
  383.  
  384. èQUIT                - (same as EXIT)
  385.  
  386. SKIPIF (operator)<number>
  387.                     - skips next command if condition is true
  388.                     - compares <number> to VALUE using (operator)
  389.                     - operators:  "=", "!", ">", and "<"
  390.  
  391. STORE <string-expr> to <string-var>
  392.                     - sets A B C D E or F from <string-expr>
  393.                       equivalent t∩ <string-var>=<string-expr>
  394.  
  395. SUB <number>        - subtracts <number> from VALUE
  396.  
  397. SYSTE═              - (same as EXIT)
  398.  
  399. XCHG                - exchanges VALUE and STACK variables
  400.  
  401. XOR <number>        - exclusive ors <number> to VALUE
  402.  
  403.  
  404.  
  405.  
  406.                    MEXPLUS 1.65 KSET variables
  407.  
  408. CHECK [1 | 2 | 3]   - Kermit error-check type
  409.  
  410. MODE [ASCII | BINARY | DEFAULT]
  411.                     - Kermit transfer mode
  412.  
  413. PARITY [EVEN | MARK | NONE | ODD | SPACE]
  414.                     - Parity setting (including non-protocol)
  415.  
  416. QUOTE [ON | OFF]    - Kermit 8th-bit quoting switch
  417.  
  418. RECV [<parameter> [<value>] ]
  419.                     - Kermit receive parameters:
  420.  
  421.      EOL [<char="/R">]
  422.                     - end-of-line character
  423.  
  424.      PAD [<char=0>] - padding character
  425.  
  426.      PADDING [ON | OFF]
  427.                     - enables or disables padding
  428.  
  429.      PACKET [<size=94>]
  430.                     - sets maximum packet size (up to 94 bytes)
  431.  
  432.      QUOTE [<char="#">]
  433.                     - specifies quoting character
  434.  
  435.      SOH [<char=1>] - specifies start of packet character
  436.  
  437. .cp 3
  438. èSEND [<parameter> [<value>] ]
  439.                     - Kermit send parameters (see RECV, but send
  440.                          packet size default is 32 bytes)
  441.  
  442.  
  443.  
  444.                MEXPLUS 1.65 Remote Command Summary
  445.  
  446. ANSWER              - monitor modem for incomming call
  447.  
  448. DOW╬ <filespec╛     - remote REO download≤ <filespec╛ usinτ CI╙
  449.                          hos⌠ protocol
  450.  
  451. DUAL [ON | OFF]     - leave local console on when in ANSWER or
  452.                          REMOTE mode
  453.  
  454. LOCAL               - terminates REMOTE mode
  455.  
  456. LOGOUT              - disconnect current caller, perform ANSWER
  457.  
  458. PASS [<password>]   - sets the ANSWER password to <password>
  459.                       maximum allowable password is 8 characters
  460.                       <password> - (hyphen) removes password
  461.  
  462. REMOTE              - turn control of MEXPLUS over to the serial
  463.                       port immediately
  464.  
  465. UP <filespec╛       - remote REO upload≤ <filespec╛ usinτ CI╙
  466.                          hos⌠ protocol
  467.  
  468.  
  469.  
  470.  
  471.                    MEXPLUS 1.65 STAT variables
  472.  
  473. ALER╘ [<val=255>]   - se⌠s ú oµ beep≤ madσ wheε ß connectioε witΦ 
  474.                          ß remotσ systeφ i≤ madσ resultinτ froφ ß 
  475.                          repeatinτ CAL╠ o≥ DIA╠ 
  476.  
  477. BAK [on|off]        - changσs filσ t∩ backu≡ else prompt erase
  478.  
  479. BEL╠ [on|off]       - enables console bell
  480.  
  481. BUFFER[S]           - display≤ capturσ buf stat≤ (sz¼ usd¼ spc)
  482.                       display≤ key buffer stat≤ (sz¼ usd¼ spc)
  483.  
  484. CANCE╠ [<char="^U">] - set≤ <char╛ t∩ continuσ SENDOU╘ until
  485.  
  486. CAPTURE [on|off]    - controls (TERM{A}) capture activity
  487.  
  488. CASE [on|off]       - enables case independence during WAIT
  489.  
  490. CHA╥                - list≤ statu≤ oµ al∞ CHARacte≥ variables
  491.  
  492. .cp 2
  493. èCHECKSU═ [on|off]   - se⌠s filσ transfe≥ verificatioε method
  494.                       mutuall∙ exclusivσ witΦ CRC
  495.  
  496. CI╙ [on|off]        - specia∞ filσ transfe≥ protoco∞ useΣ b∙ 
  497.                          Compuservσ iε terminal mode
  498.  
  499. CLOC╦ [<val=40>]    - se⌠s clocδ speeΣ iε Mhz*10
  500.                       <val╛ ╜ ▒ t∩ 25╡ =╛ .▒ t∩ 25.╡ Mhz
  501.  
  502. COMMENT [<char="/">] - sets <char> as PHONE library comment char
  503.  
  504. CR├ [on|off]        - se⌠s filσ transfe≥ verificatioε method
  505.  
  506. DEBU╟ [on|off]      - incominτ datß iε Termina∞ mode
  507.                       displayeΣ iε DDT'≤ Dum≡ format.
  508.                       disable≤ FILTE╥ anΣ CI╙ wheε 'on'
  509.  
  510. DECIMA╠ [on|off]    - se⌠s defaul⌠ radi° fo≥ MEX
  511.  
  512. DIAL [<char="T">]   - sets smartmodem dialing type (T or P)
  513.  
  514. ES├ [<char="^J">]   - definσs terφinal modσ escapσ character
  515.  
  516. EXCLUD┼ [on|off]    - ignorσs SY╙ file≤ wheε <filespec╛ i≤ ambig
  517.  
  518. EXITFILE [on|off]   - searches for EXI.MEX when exiting MEX
  519.  
  520. EXTEN─ [on|off]     - causσs illega∞ ME╪ command≤ t∩ bσ 
  521.                          interpreteΣ a≤ REA─ commands
  522.  
  523. FILTE╥ [on|off]     - ignorσs uncommoε contro∞ char≤ 
  524.                       (othe≥ thaε CR¼ LF¼ BS¼ TAB)
  525.  
  526. HE╪ [on|off]        - se⌠s defaul⌠ radi° fo≥ MEX
  527.                       includinτ block number during filσ transfer
  528.                       mutuall∙ exclusivσ witΦ DECIMAL
  529.  
  530. ID [on|off]         - includes MEX ID in error messages
  531.  
  532. IDD [<val=15>]      - delays between calls (in 100s of ms)
  533.  
  534. INITFIL┼ [on|off]   - searcΦes fo≥ INI.ME╪ wheε bootinτ MEX
  535.  
  536. L╞ [on|off]         - adΣs L╞ t∩ al∞ C╥ iε Terφ filσ transfers
  537.  
  538. LIS╘ [on|off]       - enablσs LS╘ device
  539.  
  540. PAG┼ [<val=24>]     - screen size for TYPE pagination (0 = none)
  541.  
  542. PRECHO [on|off]     - enables logging to printer
  543.  
  544. QUEUE [on|off]      - queues modem characters after X-OFF
  545.  
  546. .cp 3
  547. èREPL┘ [<val=8>]     - se⌠s timσ (0-25╡ secs⌐ fo≥ SENDOU╘ t∩ wai⌠ 
  548.                          fo≥ ß repl∙ froφ remotσ system (0 will
  549.                          wait forever)
  550.  
  551. RETR┘ [<val=6>]     - se⌠ SENDOUT retrie≤ (1-255⌐ beforσ aborting
  552.                       WTECHO must be on
  553.  
  554. RTIM┼ [<val=1>]     - se⌠s receiver timeout wait time (1-3░ secs⌐ 
  555.  
  556. RU┬ [on|off]        - backspace≤ sen⌠ converteΣ t∩ rubs
  557.  
  558. SEARC╚ [<val=2>]    - se⌠s searcΦ patterε useΣ fo≥ REA─ files¼ 
  559.                          phonσ libraries¼ keystrinτ files¼ anΣ 
  560.                          capturσ file≤ (witΦ AppenΣ option)
  561.                       ░ - loggeΣ D╒     ▓ - loggeΣ DU¼ ALT
  562.                       ▒ - AL╘           │ - ALT¼ loggeΣ DU
  563.  
  564. SE╨ [<char=";">]    - se⌠s commanΣ separato≥ fo≥ mult« cmΣ lines
  565.  
  566. SILEN╘ [on|off]     - suppres≤es ech∩ oµ REA─ filσ commanΣ lines
  567.  
  568. SMDISC [on|off]     - controls software modem disconnect
  569.  
  570. SOAK [on|off]       - flushes terminal mode buffer
  571.  
  572. SODELAY [on|off]    - honors WCHAR and WLINE during SENDOUTs
  573.  
  574. SPLI╘ [on|off]      - lists phone library ▒ pe≥ linσ witΦ bps
  575.                       elsσ listeΣ ▓ pe≥ linσ withou⌠ bps
  576.  
  577. SWITC╚              - lis⌠s al∞ '{on|off}º variables
  578.  
  579. TAB [on|off]        - expands tabs to multiple spaces
  580.  
  581. TERM                - lists terminal control sequences
  582.  
  583. TRIGGE╥ [<char=">">] - set≤ <char╛ t∩ wai⌠ fo≥ beforσ SENDOUT
  584.  
  585. TSTAMP [on|off]     - logs time in terminal mode log files
  586.  
  587. VA╠                 - lis⌠s al∞ <val╛ variables
  588.  
  589. WCHA╥ [<val=5>]     - dela∙s afte≥ eacΦ cha≥ (0-╣ iε 10≤ oµ ms)
  590.                       may be suspende by WTECHO
  591.  
  592. WECHO [<val=4>]     - sets echo-wait time for SENDOUT
  593.  
  594. WLIM [<val=16>]     - maximum WAIT STRING character count in kb
  595.  
  596. WLIN┼ [<val=5>]     - dela∙s afte≥ eacΦ linσ (0-╣ iε 100≤ oµ ms)
  597.                       may be suspended by WTECHO
  598.  
  599. WTECH╧ [on|off]     - verifies command≤ sen⌠ witΦ thei≥ echo
  600.                       halve≤ transmissioε time
  601.                       takes precedence over WCHAR and WLINE
  602. è
  603. XLIN┼ [on|off]      - fo≥ terφinal modσ filσ transfers
  604.                       wait≤ fo≥ XO╬ afte≥ eacΦ linσ (uncommon)
  605.  
  606. XO╬ [on|off]        - fo≥ terφinal modσ filσ transfers
  607.                       send≤ unti∞ XOFF¼ continue≤ a⌠ XON
  608.