home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / batch / library / batutl2 / toad.txt < prev    next >
Text File  |  1988-04-20  |  1KB  |  36 lines

  1. I'm continuously aggravated by the lack of source code these days
  2. (especially since MS-DOS has overwhelmed the older CP/M usage).
  3.  
  4. Here's a whole package of handy batch utilities .. but source code?
  5. Oh, no.... someone might lose the rights or trade secrets to this
  6. really wondrous, unique stuff .. nuts ..
  7.  
  8. So I disassembled the whole mess (well, most of it, anyway).
  9. Documented things fairly well (in most cases), and in almost EVERY
  10. case was able to make significant improvements in speed, size, logic,
  11. comprehension, whatever.
  12.  
  13. Many many thanks to the author of ASMGEN, the key to this effort.
  14.  
  15. File title notes:
  16.   The original .COM files have been renamed with a terminal "0"
  17. in their file name.
  18.   If I REALLY did a hack, you might see a "1" or "2" as the last
  19. file name character.
  20.   The compiled version of my .ASM code will be the original name
  21. (no terminal "0").
  22.   In one case (REBOOT), I brought in a newer version written by
  23. another author that wasn't in this package.
  24.  
  25.   If you don't like my code .. tough .. at least NOW you can tweak
  26. it yourself!  And that's the whole idea, my friends.
  27.  
  28. The original documentation is basically as I found it.  Broke up a
  29. couple files into separate .DOCs related directly to the programs
  30. described, but didn't edit (or even try to understand) the original
  31. documentation.
  32.  
  33. David Kirschbaum
  34. Toad Hall
  35. kirsch@braggvax.ARPA
  36.