home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / submit / newbat3.lbr / MKBATPUB.TZP / MKBATPUB.TIP
Text File  |  1988-01-23  |  896b  |  22 lines

  1. 10/18/85
  2.  
  3. MAKBATCH.COM is a handy approximation of the ZCPR3 ALIAS
  4. function that works well on vanilla CP/M 2.2 or ZCPR1
  5. systems.  Its one major shortcoming (along with the slow 
  6. execution speed typical of programs that depend on 
  7. SUBMIT-style disk files and the lack of parameter passing
  8. from the command line) is that it creates $$$.SUB in the
  9. currently logged user area and thus execution halts if the
  10. command takes the system out of that user area.  If you have
  11. installed the Plu*Perfect Systems PUBlic patch to your BDOS,
  12. there is a simple fix.  Change the byte at 4ABh from 24h to
  13. A4h.  $$$.SUB will be created as a PUBlic file and will be
  14. found by your patched BDOS regardless of what user area the
  15. command file logs into.  Happy batching!
  16.  
  17.                 Bruce Morgen
  18. be
  19. found by your patched BDOS regardless of what user area the
  20. command file logs into.  Happy batching!
  21.  
  22.