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