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 / JSAGE / ZSUS / Z3HELP / M.LBR / MEX+2Z.HZP / MEX+2Z.HLP
Text File  |  2000-06-30  |  3KB  |  68 lines

  1. ;
  2.                                  MEX+2Z.3OM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                2k (11)   E000  1.4        Bruce Morgen 12/90       Z3COM13
  6.  
  7.   1- Usage  2- Notes                                                          
  8.  
  9.  
  10.    MEX+2Z is a  MEX-to-ZCPR3 chaining program.  It gives the MEX command 'CPM'
  11. a shell capability like that in the 16-bit version's  SHELL command.   Version
  12. 1.3 eliminates the need for separate MEX and Mex-Plus  versions -  one program
  13. now handles both.   Vs 1.4 allows the  single-character  MEX  command "/" as a
  14. synonym for "CPM."
  15.  
  16.    Derived from MEX2Z.COM (for MEX114) by Bruce Morgen (12/8/86).
  17. :1
  18.  
  19.     Usage 
  20.  
  21. MEX+2Z is used as follows:
  22.  
  23.    1) Set the real MEX.COM file so that  it will  not  be invoked by a command
  24.       of the form "MEX".   This can be done by renaming it (e.g.,  to REALMEX)
  25.       or by  putting it in  a  directory that  is not  along  the search path.
  26.    2) Rename MEX+2Z.3OM to MEX.COM and place it along your path.
  27.  
  28.    On exit from MEX,  MEX+2Z runs  and looks for the  MEX command line left in
  29. memory.   It scans for the CPM command,  takes anything  in the  command after
  30. that,  and puts it into  the ZCPR3 command line with ";MEX" after  it so  that
  31. the MEX alias will be run again after the other commands  are finished.   With
  32. version 1.2, the baud rate constant will be passed to MEXRR as  a parameter so
  33. that it can poke it into place so that MEX will come back at its old rate.  If
  34. you leave MEX with the command "CPM CRUNCH FN.FT",  the file will  be crunched 
  35. and then you will return to MEX.
  36. :2
  37.  MEX+2Z Notes - 1/2 
  38.  
  39.    a. Version 1.4 updates (12/24/90, Bruce Morgen):
  40.       - Allows the single-character MEX  command  "/" as  a synonym for "CPM."
  41.         This can be implemented by  patching the MEX command table or by a MEX
  42.         read file called "/.MEX" with the single command "CPM"  (or the undoc-
  43.         umented "ABORTCPM" to exit MEX+  without a screen message),  placed in
  44.         the MEX "SEARCH" directory.   "/.MEX"  will only work if you have STAT
  45.         EXTEND ON, of course.
  46.  
  47.    b. Version 1.3 updates (3/23/89, Bruce Morgen):
  48.       - Eliminated need for alias or ARUNZ support.   Just  rename your actual
  49.         MEX to REALMEX.COM and MEX+2Z to MEX.COM, make sure both are available
  50.         on your Path.
  51.       - Eliminated need for separate MEX and  MEX-Plus versions -- one program
  52.         now handles both!
  53.  
  54.    c. Version 1.2 updates (3/9/89, Jay Sage):
  55.       - Now set up as a type-3 program.  By loading at 200H, it can save MEX's
  56.         current  baud  rate  and  restore  it  when  it  chains  back  to MEX.
  57.         MEX+2ZE.COM is for use with an ARUNZ alias.
  58.  MEX+2Z Notes - 2/2 
  59.  
  60.    d. Version 1.1 updates (12/11/86, Jay Sage):
  61.       - Improved processing of the  MEX  command line to make it more reliable
  62.         and make it work with multiple commands in MEX-PLUS.   The  code makes
  63.         use of the way MEX-PLUS maintains the command line.   With  MEX114 the
  64.         command line length is not  stored at the  beginning  of  the  command
  65.         line; a value of zero is stored there.   Bruce Morgen's original tech-
  66.         nique of scanning for the terminating  carriage  return  must be used.
  67.         The MEXPLUS equate takes care of this.
  68.