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 / ZCPR33 / A-R / C-HELP.LBR / CMDRUN.HZP / CMDRUN.HLP
Text File  |  2000-06-30  |  3KB  |  65 lines

  1. ;
  2. )                                  CMDRUN.COM                                  (
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                1k (2)    D918  1.0        R. Conn 6/84             Z3COM2
  6. ==============================================================================
  7.  
  8.  
  9.  
  10.  
  11.    CMDRU╬á i≤á thσ defaul⌠ ZCPR│ extendeΣ commanΣá processo≥á used¼á e.g.¼á t∩ ì
  12. executσá CO═ file≤ froφ COMMAND.LB╥ file«á  CMDRU╬ i≤ invokeΣ automaticall∙ b∙ ì
  13. ZCPR│á wheε thσ use≥ commanΣ i≤ no⌠ founΣ viß thσ commanΣ searcΦ patΦá anΣá n∩ ì
  14. erro≥ handle≥ i≤ engaged.
  15.  
  16.  
  17.    
  18. )  1- Syntax  2- Notes                                                         (
  19. :1
  20.  
  21.  
  22.    Syntax:  CMDRUN <text>
  23.  
  24.    ...wherσá'textºái≤ thσ tex⌠ oµ thσ origina∞ commanΣ line«á  
  25.  
  26.    CMDRU╬ái≤áusuall∙ executeΣ b∙ ZCPR│ itself¼ no⌠ b∙ thσ user«    
  27. :2
  28.  
  29. CMDRUN Notes:
  30.  
  31.    a. LRUNZ --> CMDRUN
  32.     
  33.       CMDRUN can be useful on systems with limited disk space by alllowing
  34.       one to group .COM files into a library (.LBR) and to run such files
  35.       from the library.  Rename LRUNZ3.COM to CMDRUN.COM and place on A15:.
  36.       Then, create a library file of the COM files you want named COMMAND.LBR
  37.       and place on A15:.  Any of the COM files in COMMAND.LBR can then be
  38.       invoked by just entering their name.
  39.  
  40.    b. LX --> CMDRUN
  41.  
  42.       One can access libraries other than the conventional default COMMAND.LBR
  43.       by renaming LX.COM to CMDRUN.COM and placing a dash immediately before 
  44.       the directory and library name.  For example:  lx -b9:asm libzas<cr>
  45.       causes the program LIBZAS to run from ASM.LBR in directory B9:.  You
  46.       must declare the directory (either du: or dir:), however, even if the 
  47.       library is on the logged-in directory.
  48.  
  49.  
  50. CMDRUN Notes (continued):
  51.  
  52.    c. ARUNZ --> CMDRUN
  53.  
  54.       ARUNZ is probably the most versatile extended command processor.  
  55.       With ARUNZ renamed to CMDRUN, aliases, placed in ALIAS.CMD, will run 
  56.       simply by typing their name.  In addition, you can run programs from 
  57.       COMMAND.LBR by creating specific aliases in ALIAS.CMD to invoke them.
  58.       'RARELY LX RARELY $*', for example, will run RARELY.COM in COMMAND.LBR.
  59.       Or, you can chain to LX from the ARUNZ ALIAS.CMD file by placing 
  60.       ':LX $0 $*' on the last line of ALIAS.CMD.
  61.       
  62.    d. Under ZCPR3.3, the name of the ECP is assembled into the command
  63.       processor (CMDRUN is default).  If ROOTONLY is turned on, the CCP will 
  64.       look only in the area specified as the last element in the symbolic
  65.       path.  If CMDRUN is not there, the error handler will be invoked.