home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug036.arc / MUGSA010.DOC < prev    next >
Text File  |  1979-12-31  |  3KB  |  127 lines

  1. Additional comments on some files
  2.  
  3.  
  4. CRC.COM
  5. CRC.DOC
  6. CRCKLIST.CRC
  7.  
  8. This Cyclic Redundancy Checker will detect a difference between two files as 
  9. small  as  a  single byte.   Also detects two bytes out of  order  which  is 
  10. something usually missed by a simple checksum type checker.
  11.  
  12.  
  13. DIR-DUMP.COM
  14.  
  15. This  program  displays all the disk files and their locations on the  disk, 
  16. along with the user number.
  17.  
  18. UNERA.COM
  19. UNERA.DOC
  20.  
  21. This program unerases files. Kinda handy.
  22.  
  23.  
  24. D.COM
  25. D.DOC
  26.  
  27. This  super  directory  program produces an alphabetical  list  in  vertical 
  28. order. It understands nearly all disk and directory formats.
  29.  
  30.  
  31. SWEEP38
  32.  
  33. This is probably the best file transfer/maintenance program around and it is 
  34. now in improved version 3.8 however it is 28k long.
  35.  
  36.  
  37. V.COM  
  38.  
  39. This  file transfer/maintenance program is equal in quality to SWEEP but  it 
  40. is only 8k long, works a bit like the icon display on the 128k Microbee.  It 
  41. is  a pity that  the files are displayed in horizontal   alphabetical  order 
  42. rather than vertical. 
  43.  
  44.  
  45. DUMPX.COM
  46. DUMPX.DOC
  47.  
  48. This  is like the CP/M routine called DUMP.COM except it is incredibly  more 
  49. powerful and more useful (e.g.  displays the ASCII equivalents).  It is very 
  50. fast,  and I use it a lot to look for text (instructions) in .COM files I am 
  51. not familiar with.
  52. SUPERSUB.COM
  53. SUPERSUB.DOC
  54.  
  55. A definite improvement over CP/M's submit.  The .SUB file must be on drive A 
  56. (like submit).
  57.  
  58.  
  59. ALLOC.COM
  60.  
  61. Produces bit map of disk, also write-protects files. Menu driven.
  62.  
  63.  
  64. COMPARE.COM
  65.  
  66. Checks one file against another. Usage is COMPARE  FOO.FIL BOO.FIL.
  67.  
  68.  
  69. DU-77.COM
  70. DU-77.DOC
  71.  
  72. Very  powerful disk utility.  The user interface leaves much to be  desired, 
  73. but you can do anything you might ever imagine on a disk.
  74.  
  75.  
  76. FINDBD54.COM
  77. FINDBD54.DOC
  78.  
  79. This  super utility really checks a disk (without destroying the data on it) 
  80. and  reports  bad sectors and the blocks (in hex) where they  lie.  It  then 
  81. creates a file containing the bad block(s) named [unused].BAD.  I'd be  lost 
  82. without it.
  83.  
  84.  
  85. FIX.* 
  86.  
  87. A  fantastic  disk utility that allows you to do nearly anything on a  disk. 
  88. Read the documentation first and then try it out.  It is much easier to  use 
  89. than DU or DU77. This version is the latest available.
  90.  
  91.  
  92. VERIFY.COM
  93.  
  94. Will  tell you if any bad sectors are on your disk and what blocks they  are 
  95. in. 
  96.  
  97.  
  98. LISTT.COM
  99. LISTT.DOC
  100.  
  101. Prints out CP/M files with headers,  page #'s, and offsets from left margin.  
  102. Slight bug: after page 1, headers kick back to left edge.
  103.  
  104.  
  105. WCOUNT.COM
  106. WCOUNT.DOC
  107.  
  108. Counts   words in text files,   sorts out obvious  command lines (ones  that 
  109. begin with periods or backslashed).
  110.  
  111.  
  112. UNSPOOL.COM
  113. UNSPOOL.DOC
  114.  
  115. This  routine  lets you use your system and print at the same time  (without 
  116. one of those fancy print buffers). It dumps data to the printer anytime your 
  117. system is waiting for an input. This way it doesn't slow the system's normal 
  118. operation. Neat!!!
  119.  
  120.  
  121. FILECON.COM
  122. FILECON.DOC
  123.  
  124. Converts Wordbee files on disk into Wordstar format.
  125.  
  126.  
  127.