home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL29.ARJ / VOL2926 < prev    next >
Text File  |  1992-01-07  |  6KB  |  133 lines

  1.  
  2.  Volume 2926 - Released july 1987  -  Abstract (C) CP/MS gg
  3.  
  4. CP/MS gg NL volume 2926
  5.  
  6. gelijk aan                              !360 K disk!
  7.  
  8. Titel: CED Command editor, XFER nullmodem, HDTEST etc.
  9.  
  10. Number Name            Size    Date    Comments
  11.        CATALOG  926     1002   5-29-87 This list
  12. 926.01 CED      CMD     1414   5-30-85 Support file
  13. 926.02 CED      COM     7156  12-06-85 Command line editor V1.0D
  14. 926.03 CED      DOC    70472  12-06-85 Doc for ^
  15. 926.04 HDCHEK   EXE    25456   8-28-86 Test harddisk for bad sectors - part 1
  16. 926.05 HDTEST   DOC    47039  10-01-86 Doc (with underlining)
  17. 926.06 HDTEST   EXE    32546   8-28-86 Test harddisk - part 2
  18. 926.07 HDTEST   TXT    47038   2-03-87 Doc in clean TYP able Ascii
  19. 926.08 HDTSTDOC TXT      880  10-01-86 Introduction in HDTEST files
  20. 926.09 MAKETXT  EXE     6554   8-01-86 Convert .DOC (underline) to .TXT file
  21. 926.10 SETKEY   COM      187   9-02-85 Set AT keyboard speed
  22. 926.11 SETKEY   DOC     2684  11-11-85 Doc on ^
  23. 926.12 SMACS    COM    42421   2-28-86 Super macros - resident filter
  24. 926.13 SMACS    DOC    13178   1-01-80 Doc on ^
  25. 926.14 VOL2926  ABS     4608   5-29-87 Disk abstract
  26. 926.15 XFER     ASM    31104   6-05-86 Source for below
  27. 926.16 XFER     EXE     4224   6-05-86 Datacom at 57400 bps via nullmodem
  28. cable
  29.               17 File(s)     18432 bytes free on volume VOL2926
  30.  
  31.  
  32. XFER is an utility meant for data transport by means of a 'null  modem cable'.
  33. It uses the XMODEM protocol (single file) and is  capable to use speeds up to
  34. 57400 bps! The UART in the PC COM- port is adressed directly, so look out with
  35. not-so-close compatibles...
  36.  
  37.                    ==========================
  38.                     CED - DOS Command Editor
  39.                           Version 1.0D
  40.                    ==========================
  41.  
  42.  
  43. Purpose
  44. -------
  45.  
  46. CED (which stands for Command EDitor) provides the following
  47. functions at the DOS prompt, or from within certain applications
  48. programs:
  49.  
  50.      -- Improved command line editing facility.
  51.  
  52.      -- Recall of previously issued commands for re-entry.
  53.  
  54.      -- Command synonyms, which may include "chaining" of a
  55.      series of commands.
  56.  
  57.      -- Parameterization of synonym commands. 
  58.      -- Recall of parameters for previously issued commands.
  59.  
  60.      -- User-settable buffer sizes for all functions.
  61.  
  62.      -- For programmers, a facility to add new "resident"
  63.      commands to the DOS shell.
  64.  
  65.  
  66. System Requirements
  67. -------------------
  68.  
  69. CED was written for the IBM PC/XT/AT and true compatibles. 
  70.  
  71. CED requires DOS Version 2.00 or later.  It increases the size of
  72. resident DOS by about 16K bytes when installed.  Most of this
  73. space is, however, used for data storage, and the amount of
  74. storage can be reduced.  Thus, smaller versions of CED are
  75. possible.
  76.  
  77.                              SETKEY
  78.  
  79. Changes keyboard typematic rate for the IBM AT only.
  80.  
  81. The default setting for the AT is equivalent to >SETKEY M2
  82. The possible settings are A-Z, [, \, ], ^, _, ` and then 1-4.
  83. If you just type SETKEY you will get a default of A1.
  84.  
  85.  
  86. HDTEST was written to allow comprehensive Read/Write testing of hard
  87. disks on IBM PCs, XTs, ATs, and "true" compatibles. Although many
  88. programs, including IBM's diagnostics, allow "surface scanning" and
  89. seek testing of hard disks, none that are available to the average
  90. user test whether the whole disk can retain the data that is or will
  91. be written to it. HDTEST's principal "claim to fame" is the ability
  92. thoroughly to test the surface of a hard disk which contains data
  93. while preserving the data (although data loss is unavoidable if a
  94. cluster which is in use has become unreadable).  HDTEST tests the disk
  95. much more thoroughly than programs such as DFixer, Mace, and Norton's
  96. DT. Mace and DT, like many public domain "disk test" programs, simply
  97. read every cluster on the disk and report on any errors encountered.
  98. DFixer does better, writing 4 test patterns to every free cluster and
  99. checking that they can be read back correctly, but it makes no attempt
  100. to test clusters that are already in use - the very ones which contain
  101. your precious data!
  102.  
  103. HDTEST writes 20 different test patterns to every cluster on the disk
  104. and checks that each pattern can be read back correctly, while
  105. preserving the contents of the clusters that already contain data.
  106. HDTEST can also (on most systems) detect errors which are minor enough
  107. to be correctable (and corrected) by the disk controller's own "error-
  108. correcting code" (ECC).  These errors are normally totally invisible
  109. to programs running under DOS and will not usually be picked up by
  110. other disk test utilities.  They may, however, be early signs of a
  111. problem that will become significant later, and HDTEST consequently marks the
  112. offending cluster as bad. As long as HDTEST can read the
  113. data from a flaky cluster correctly once (and it tries quite hard) it
  114. will be able to save the file of which that cluster is a part intact,
  115. while marking the cluster so that DOS does not try to use it again.
  116.  
  117.  
  118.      SUPER  MACS  lets  you redefine  your  keyboard,  write  the
  119. current  screen out to an ASCII file,  print concurrently in  DOS
  120. 3.0  or greater,  and load and save files of keyboard macros from
  121. within  other applications.   After it has been run,  SUPER  MACS
  122. terminates  and  remains resident in  memory.   Then,  simply  by
  123. pressing a couple of keys,  you can call up the menu of  commands
  124. from  within  most any program.
  125.  
  126. (D)efine        - Define a keyboard macro.
  127. (L)oad          - Load a disk file of keyboard macros.
  128. (M)erge         - Merge a file of macros.
  129. (S)ave          - Save current macros to a file.
  130. (C)lear         - Erase all current macros.
  131. (W)riteScreen   - Write the current screen to a file.
  132. (P)rint         - Print a file in DOS 3.0 or greater.
  133. (Q)uit          - Quit and return from SUPER MACS.