home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / sysutl / util-la.txt < prev    next >
Encoding:
Text File  |  1994-06-07  |  4.4 KB  |  115 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2.  From:  Lipscomb@rci.ripco.com           Date:  June 6, 1994
  3.         Logic Associates                Voice:  (312) 262-5927
  4. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  5.  
  6. Dear Jeff:
  7.  
  8. Here are some freeware CP/M gems that I've created over the years.
  9. I'm grateful for the opportunity to give them wider distribution.
  10. Thanks for offering and maintaining the oakland CP/M archives.
  11.  
  12. These utilities can be freely distributed, provided no more than
  13. a token fee is charged for disk duplication.  (See each package
  14. for specific details.)
  15.  
  16. In addition to the above gems, I have a great little program that,
  17. using single-keystroke commands, invokes and teaches each of the
  18. disk I/O functions of CP/M.  The program is called TUTORI/O, and
  19. was reviewed in DR. DOBB'S JOURNAL, Number 84, October 1983,
  20. pp. 112, 115.  TUTORI/O currently retails for $40.
  21.  
  22. If you have suggestions for marketing TUTORI/O, I would appreciate
  23. hearing them.  (I've been out of the CP/M swim for several years.)
  24.  
  25. Thanks,
  26.  
  27. Roy Lipscomb
  28.  
  29.  
  30. The following text appears as "README" in the UTIL-LA.LBR, the
  31. file which I have just now uploaded:
  32.  
  33.  
  34. ===================================================================
  35.              Freeware Utilities from Logic Associates
  36.                    (February 20, 1993, edition)
  37.  
  38. -------------------------------------------------------------------
  39. Single-line descriptions:
  40. -------------------------------------------------------------------
  41.  
  42. HOST-ALL.LBR   Turns computer into simple BBS or "co-pilot" console.
  43.  
  44. DDTF5.LBR      Gives "Find <string" capability to DDT, ZDT, etc.
  45.  
  46. ECHO31.LBR     Turns console output on/off.  For SUB files.
  47.  
  48. BACK2DDT.AQ2   Allows dropping out to DDT from any program.
  49.  
  50. BLISTER.AZM    Makes BASIC's LIST command pause after each 22 lines.
  51.  
  52. SAFRAM6.LBR    Protects CCP, allows instant reboots.  Other uses.
  53.  
  54. SUPERMT5.LBR   Adds MS-DOS batch capabilities to CP/M's SUB files.
  55.  
  56. RAP.LBR        Diverts printer output to a disk file.
  57.  
  58.  
  59. -------------------------------------------------------------------
  60. Multi-line descriptions:
  61. -------------------------------------------------------------------
  62.  
  63. HOST-ALL.LBR
  64.  
  65.         Turns your system into a simple BBS system, giving any remote
  66.         caller control of your system identical to your own.  That is,
  67.         the remote keyboard and your local keyboard become "identical
  68.         twins."  Ditto the remote display and your local display.
  69.         (Useful for remote diagnosis and as a simple RCP/M system.)
  70.         Includes separate log-on password program.
  71.  
  72. DDTF5.LBR
  73.         A "find string" utility that loads above DDT, ZDT, or other
  74.         debugger.  Can locate an ASCII string, a HEX string, or
  75.         a set of machine or assembly language commands.
  76.  
  77. ECHO31.LBR
  78.         Turns off console output.  Useful in batch jobs.  (Like the
  79.         ECHO command of PC-DOS.)
  80.  
  81. BACK2DDT.AQ2
  82.         Load DDT and this program, and you can exit from any other
  83.         program back to DDT by just pressing control-B.  (Unsqueeze
  84.         and rename to BACK2DDT.ASM before assembling.)
  85.  
  86. BLISTER.AZM
  87.         Load this before you load MBASIC, and the LIST command of
  88.         MBASIC will wait after each 22 lines until you press RETURN.
  89.  
  90. SAFRAM6.LBR
  91.         Multi-purpose utility that lowers the top of the TPA.  Some
  92.         uses:  1.  Keeping a free area in RAM for storing variables.
  93.                2.  Protecting transient filters from removal by
  94.                    warmboot.
  95.                3.  Allowing otherwise incompatible filters to co-
  96.                    exist in memory.
  97.                4.  Enabling EX15.COM to nest .SUB files.
  98.                5.  Protects CCP, so CPM can reboot without reloading.
  99.  
  100. SUPERMT5.LBR
  101.         A set of BASIC-like commands that let you turn .SUB files into
  102.         "programs."  (Does not include manual.)
  103.  
  104. RAP.LBR
  105.         Redirects printer output to a disk file instead.  To install,
  106.         type RAP (or RAP filename).  RAP deinstalls at next warmboot.
  107.  
  108.  
  109. -------------------------------------------------------------------
  110. Permission is hereby granted by Logic Associates to distribute any
  111. or all of the above files, provided no fee is charged, and provided
  112. that all other requirements listed in each of the packages are met.
  113. -------------------------------------------------------------------
  114.  
  115.