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 / ENTERPRS / CPM / UTILS / A / AUTO.ARK / AUTO.DOC < prev    next >
Text File  |  1989-09-27  |  1KB  |  31 lines

  1.                             AUTO.MAC
  2.  
  3.      Auto  inserts  an initial command into the CCP command  line 
  4. buffer  on the default drives system track,  so that the  command 
  5. will be executed every cold boot.  Note that the bios must  reset 
  6. the  command  length  byte to zero on warm  boot,  otherwise  the 
  7. command will be executed EVERY boot.
  8.  
  9. SYSTEM REQUIREMENTS.
  10.  
  11.      Auto is written in Z80 code for Microsoft Macro-80.
  12.  
  13. INSTALLATION.
  14.  
  15.      Verify that your system reserves only one CPM logical sector 
  16. for  the  cold boot routine.  If it requires more  (some  systems 
  17. reserve  a  physical  sector) the code must be  updated  and  re-
  18. assembled.
  19.  
  20. USE.
  21.  
  22.      Type AUTO followed by the command to be executed, eg:-
  23.  
  24.                        AUTO TYPE AUTO.DOC
  25.  
  26.      the command TYPE AUTO.DOC will be executed every  subsequent 
  27. cold boot.
  28.  
  29.      An  AUTO command can be removed by running AUTO without  any 
  30. additional parameters.
  31.