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 / SIMTEL / CPMUG / CPMUG052.ARK / ABSTRACT.052 < prev    next >
Text File  |  1984-04-29  |  3KB  |  49 lines

  1. ABSTRACTS FOR CP/M USERS' GROUP VOLUME 52
  2. -----------------------------------------
  3.  
  4. BATCH & VARBATCH are some very nice programs by Dan Ross of
  5. Succinct Systems in Santa Cruz, California. Both Batch and 
  6. Varbatch are public domain and donated to the UG by Mr. Ross.  
  7. Essentially, BATCH and VARBATCH are super SUBMIT programs, 
  8. although they take a little getting used to.  Read the 
  9. documentation (BATCH.RM) carefully to familiarize yourself with 
  10. the usage procedures.  WARNING: some double-density systems 
  11. warm-boot ALL of CP/M from disk & wipe out some BIOS 
  12. changes made by BATCH, so be careful of this.  Mr Ross has 
  13. included a "troubleshooting" guide at the end of the BATCH.RM
  14. file.  The programs work fine, as-is, on my single-density Tarbell
  15. controller system using the BVIOS/BVBOOT (CP/M UG Vol. 38).
  16. BATCH is the submit utility without variables.  Varbatch includes
  17. variables 0 thru 9 for internal use, as well as some other goodies.
  18. See the documentation for details, as well as usage instructions.
  19.                     Abstract by Jim Mills
  20.  
  21. CPYFST35.ASM
  22. CPYFST35.DOC
  23. CPYFST3F.COM    FOR FAST CONTROLLERS    (56 SEC.)
  24. CPYFST3M.COM    FOR MEDIUM CONTROLLERS    (67 SEC.)
  25. CPYFST3S.COM    FOR SLOW CONTROLLERS    (78 SEC.)
  26. CPYFST35  is  version  3.5 of COPYFAST (CPMUG  VOL. 47), a con-
  27. troller independent disk copy program for CP/M.  Copyfast is an
  28. adaptation of the Tarbell  disk  copy  program,  but  does  not
  29. require  Tarbell  hardware.  Version 3.5 contains several small
  30. bug fixes, faster copy speeds, and three new  features:  it  is
  31. now  possible  to  CTRL-C  out  of the program at any time, the
  32. range of the copy can be changed by a parameter  given  on  the
  33. command  line  when the program is started, and the program can
  34. now determine the size of the CP/M it is running in and  adjust
  35. accordingly.   The  .DOC  file contains all of the installation
  36. instructions and a great deal more about the  program  and  op-
  37. tions  than copyfast did.  The source can be assembled with ASM
  38. or MAC, and is extensively commented.  The front of the  source
  39. has  all  of  the assembly options, and it should be no problem
  40. for anyone to modify these options and tailor it  to  the  par-
  41. ticular needs of the user.  As supplied, the program copies all
  42. of  tracks  2-76  of  a  standard 8 inch disk as fast as a con-
  43. troller can go.  Assembly options are   present  to accommodate
  44. slower controllers or single disk CP/M systems.  The three .COM
  45. files are assembled versions for three different read and write
  46. interleave  combinations,  try  all  three to see how fast your
  47. controller is.
  48.                        Review by Chuck Weingart
  49.