home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / cpmug / cpmug081.ark / ABSTRACT.081 < prev    next >
Encoding:
Text File  |  1985-02-10  |  2.3 KB  |  69 lines

  1. ABSTRACT.081 - CP/M UG Volume 81 Abstract
  2.  
  3.  
  4.         AUTOLOAD.COM, DOC
  5.  
  6. Willis Howard III's program to patch a command into CCP so itì
  7. will automatically be executed when CP/M boots.  The command isì
  8. patched directly to the CCP image on the boot tracks of yourì
  9. disk.  Useful for auto-loading an MBASIC menu program forì
  10. dedicated applications, or for loading a special driver, etc. ì
  11. Unless your BIOS is specifically modified to do so, the 
  12. auto-command will execute on both cold and warm boot.
  13.  
  14.  
  15.         BACKUP.ASM, DOC
  16.  
  17. Gary Young's very complete program for backing up a hard diskì
  18. to multiple floppies.  It prints a master directory by type onì
  19. the printer; restricts the files it backs up (no .BAK, .SYM,ì
  20. etc.); then does the actual backup.  It reports what files areì
  21. on each disk, etc.  Very complete.
  22.  
  23.  
  24.         BAUDSET.ASM, .DOC
  25.  
  26. John M.  Kodis' program to facilitate baud rate changing on aì
  27. Cromemco Tu-Art board or a Micromation Doubler board.  Theì
  28. program could be modified for other UARTs.
  29.  
  30.  
  31.         CRCK.COM
  32.  
  33. Keith Petersen's program - checks all files.
  34.  
  35.  
  36.         EDITM.ASM, .DOC, .COM
  37.  
  38. Update of CP/MUG volume 16 editor, claimed to be faster thanì
  39. ED.COM, and has additional ability to write arbitrary lines toì
  40. disk.  Useful ONLY if ED is your only editor, and you want aì
  41. bit more.  
  42.  
  43.  
  44.         FLOPCOPY.ASM, DOC
  45.  
  46. Gary Young's program to copy a floppy disk, using a hard diskì
  47. as intermediate storage.  This would be used by someone with aì
  48. hard disk, but only a single floppy, who wanted to copy aì
  49. floppy.  
  50.  
  51.  
  52.         POW2.ASM, .COM, .DOC, .MAN, .TST
  53.  
  54. POW is a text formatter, "Processor Of Words".  By Hermanì
  55. Watson, from Dr. Dobbs Journal No. 29, page 20.  POW2 revisedì
  56. from CP/MUG Volume 36 by William R. Brandoni.  Enhancements:ì
  57. CP/M base alterable for non-standard systems; New User'sì
  58. Manual; Files bigger than memory; bug fixes; viewing theì
  59. formatted output on a CRT terminal; :MD, :CD, and :CU commandsì
  60. are provided to double strike and underline; (Uses C/Rì
  61. overprint technique);
  62.  
  63.  
  64.         SUPERSUB.ASM, .DOC, .COM
  65.  
  66. Ron Fowler's replacement for SUBMIT.  Allows SUB file nesting,ì
  67. and also an immediate mode where no SUB file need be edited ì
  68. first.  Written up on January, '82 Lifelines.
  69.