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 / ZSYS / ZSYSARK / Z3HLP01.ARK / B.LBR / BA1.HZP / BA1.HLP
Text File  |  1990-03-23  |  3KB  |  93 lines

  1. ;
  2.                                     BA.COM                                    
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.               10k (78)   BD98  2.4                                 Z3COM2
  6.  
  7.   1- Usage  2- Notes  3- Examples of Use  4- Help File  5- BA.HLP             
  8.  
  9.  
  10.   
  11.    BA is an alias-building utility which runs on Z80-based  ZRDOS or 'vanilla'
  12. CP/M.  See BA.HLP for details on usage.
  13. :1
  14.  
  15. Syntax:
  16.  
  17.    BA<cr>     
  18.       -- Scriptfile name is  requested from  console.   The skeleton  alias is
  19.          read from DUMMY.COM.  The new alias is written to scriptfile.COM.
  20.  
  21.    BA scriptfile /options<cr>
  22.       -- Commmands are  read  from scriptfile.CMD.  The skeleton alias is read 
  23.          from scriptfile.COM or  DUMMY.COM.   The  new  alias  is  written  to 
  24.          scriptfile.COM.
  25.  
  26.    BA scriptfile oldalias /options<cr>
  27.       -- Commmands are  read from scriptfile.CMD.   The skeleton alias is read 
  28.          from oldalias.COM.  The new alias is written to scriptfile.COM.
  29.  
  30.    BA //<cr> 
  31.       -- Display on-line help.
  32.  
  33.  
  34.  
  35.    For all call formats, the scriptfile will be supplied a type of CMD and the
  36. aliasfile will will be supplied a type of COM as needed.  
  37.  
  38.  
  39.    Options:   F - Display flow control, resume on any character.
  40.               Z - Enable additional program messages.
  41. :2
  42.  
  43. BA Notes:        
  44.          
  45.    a. Features: 
  46.       o Accepts Named Directory file names  if ZCPR3 is present.   (Of course,
  47.            the resultant alias will not run on CP/M!)
  48.       o Quick help display lists all the call formats.
  49.       o Restartable; BA can be re-executed with the system GO command.
  50.       o The CP/M file format of spaces packed into tabs handled correctly.
  51.       o The default alias script file type is "CMD;" the user may supply
  52.            another.
  53.       o Ambiguous script names accepted; update all aliases at one run.
  54.       o The alias script may be one or several commands per line.
  55.       o Script lines with semicolon in column one are retained as comments.
  56.       o Both the old and new aliases are displayed for reference.
  57.       o The CRC of the new alias is displayed for reference.
  58.       o The size of the alias is displayed in two forms -
  59.            how many characters are from the source file;
  60.            how many characters would result if all $-fields are fully
  61.            expanded.
  62.  
  63.  
  64.  
  65. BA Notes (cont'd):
  66.  
  67.       o Warning message is displayed if the alias will overflow the CLB.
  68.       o Caution message is displayed if the $-field expansion may overflow
  69.            the CLB.
  70.       o The alias script is available to be put into the documentation or,
  71.            in menu systems, to be put into screens for online reference.
  72.  
  73.    b. Vs 2.4 allows you to make and modify aliases with your own editor.   Any 
  74.       editor that makes  a standard (non-DOC) ASCII text  file can be  used to 
  75.       manage your aliases.
  76. :3
  77.  
  78.  
  79. Examples of Use:
  80.  
  81.    a. EDIT A15:$1.CMD;BA A15:$1
  82.  
  83.       -- an alias to update an alias. 
  84. :4
  85.  
  86.                                     BA.COM
  87.  
  88.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  89.               10k (80)   D15D  2.4                                 Z3HLP4
  90. ==============================================================================
  91.  
  92.    Z-System help file on use of BA.COM vs 2.4.
  93. :5 :ba