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 / BEEHIVE / ZSUS / Z3HELP-2.LBR / I.LBR / IMP2Z.HZP / IMP2Z.HLP
Text File  |  2000-06-30  |  2KB  |  52 lines

  1. ;
  2.                                   IMP2Z.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5. IMP2Z44.COM    1k (8)    4571  1.1        Fred Haines 3/87         Z3COM4
  6. IMP2Z45.COM    1k (8)    DF70  1.1        Fred Haines 3/87         Z3COM4
  7.  
  8.   1- Usage  2- Notes                                                          
  9.  
  10.  
  11.  
  12.    IMP2Z is  an IMP-to-ZCPR shell escape program for IMP based upon MEX+2Z for
  13. the 16-bit version of MEX+.  
  14. :1
  15.  
  16.  
  17. Usage:  
  18.  
  19.    1) Set the real IMP.COM file so that it will not be invoked by a command of
  20. the  form "IMP".   This can  be done  by renaming  it (e.g., to REALIMP) or by 
  21. putting it in a directory that is not along the search path.
  22.  
  23.    2) Create  a standalone or ARUNZ  alias called IMP with  a script  such  as
  24. either of the following:
  25.  
  26.     REALIMP;IMP2Z        (for renamed IMP)
  27.     DIR:IMP;IMP2Z        (if IMP in DIR:)
  28.  
  29. If  you exit  from IMP with the CPM command,  IMP2Z runs and looks for the IMP 
  30. command line left in memory.  It scans for the CPM command,  takes anything in 
  31. the  command after that,  and puts it into  the ZCPR3 command line  with "IMP" 
  32. after it  so that the IMP alias will be run again after the other commands are 
  33. finished.   Thus,  if you leave IMP with the command  "CPM CRUNCH FN.FT",  the 
  34. file will be crunched and then you will return to IMP.
  35.  
  36.  
  37.  
  38. Usage (cont'd):
  39.  
  40.    If you are using an ARUNZ alias (or you want to use a name other than IMP),
  41. you can patch  a string  at the beginning  of IMP2Z.   Just make sure that you 
  42. leave at  least on byte  of 00  after the command line.  Replacing  the string 
  43. "IMP" with  "ARUNZ IMP" or "CMDRUN IMP"  will speed  up command processing, as 
  44. will the string with a leading space, " IMP", if you are using ZCPR v3.3.
  45. :2
  46.  
  47.  
  48. IMP2Z Notes:
  49.  
  50.    a. The source file  will assemble for  IMP v2.44 if the V245 equate  is set
  51.       NO, or for v2.45 if set YES.
  52.