home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1995 March / pc_shareware_5.zip / HDCOPY.RAR / FDREAD.DOC < prev    next >
Text File  |  1995-09-01  |  4KB  |  98 lines

  1. The following is an excerpt from FDFORMAT.DOC.
  2. I deleted all stuff that belonged to FDFORMAT.
  3. To get the whole software (FDFORMAT and FDREAD incl. full documentation
  4. and source code), look at your local ftp-server or BBS for the FDFORMAT
  5. package.
  6.    Oliver Fromme
  7. -----------------------------------------------------------------------------
  8. FDREAD - Use Disks with higher Capacity
  9.  
  10. LICENSE
  11. -------
  12. This program is a public-domain product for private and educational
  13. use. You may freely copy and use it without any charge.
  14. This program must not be sold for profit. An adaequate fee may be
  15. requested for copying, shipping and handling when redistributing this
  16. program.
  17. You may modify and improve this program, but the executable program
  18. must show a message that your version has been modified.
  19. If you find, that this program is worth contributing for it, do not
  20. hesitate to send cash, check, 3½"-diskettes or something else.
  21.  
  22. COMMENTS AND PROBLEMS
  23. ---------------------
  24.  
  25. Comments, improvements, suggestions and problems may be sent to
  26. the Author
  27.  
  28. Christoph H. Hochstätter
  29. Carl-Strehl-Strasse 20
  30. D-3550 Marburg
  31. West-Germany
  32.  
  33. Phone: +49 6421 14618 (voice/BTX)
  34.  
  35. E-Mail: HAMPE2@DMRHRZ11.BITNET (Bitnet/Internet)
  36.         Christoph Hochstaetter on 2:243/22 (Fido)
  37.  
  38. SYSTEM REQUIREMENTS
  39. -------------------
  40. IBM or compatible Computer
  41. DOS 3.20 or above
  42.  
  43. GETTING STARTED
  44. ---------------
  45. To make FDREAD resident simply type FDREAD from the DOS-Command-Line.
  46. Or install it in your AUTOEXEC.BAT file. If you have a memory-manager
  47. installed, that supports UMB (like QEMM, QRAM, mov'em or 386-Max), do
  48. not load FDREAD high. The TSR automatically detects the memory manager
  49. and will load high itself.
  50. FDREAD will also automatically load high on computers with a 286(!!!)
  51. processor and up, if DOS 5 or higher is used. You must have HIMEM.SYS
  52. (or another XMS-Driver) installed and put DOS=HIGH in your CONFIG.SYS
  53. file. Since this technique of high-loading is quite tricky, you must
  54. ensure, that FDREAD is loaded before any program that plays with the
  55. A20 line and grabs the Interrupt 13 (Hex). This is the case for some
  56. disk-caching programs like HYPERDISK(TM). If you are using a disk-
  57. caching program, load FDREAD before the caching program. Also, if the
  58. system hangs, after you installed FDREAD, load FDREAD as the first
  59. TSR.
  60.  
  61. If you get the error "Too much memory available". You must load FDREAD
  62. dewice to avoid this error.
  63. The TSR is required to support diskette formats, which are non-
  64. standard under DOS.
  65. Note, that it is not possible to create bootable diskettes, which
  66. require the TSR. It may also be possible, that a format, which can be
  67. read without the TSR on your computer, will fail on another computer.
  68. If you are creating bootable diskettes, it is recommended only to use
  69. DOS-standard-formats.
  70.  
  71. Format          360k-Drive 720k-Drive 1.2M-Drive 1.44M-Drive
  72. --------------- ---------- ---------- ---------- -----------
  73. 160 kByte Disk  yes        FDREAD     yes        FDREAD
  74. 180 kByte Disk  yes        FDREAD     yes        FDREAD
  75. 200 kByte Disk  FDREAD     FDREAD     FDREAD     FDREAD
  76. 205 kByte Disk  FDREAD     FDREAD     FDREAD     FDREAD
  77. 320 kByte Disk  yes        FDREAD     yes        FDREAD
  78. 360 kByte Disk  yes        FDREAD     yes        FDREAD
  79. 400 kByte Disk  FDREAD     FDREAD     FDREAD     FDREAD
  80. 410 kByte Disk  FDREAD     FDREAD     FDREAD     FDREAD
  81. 720 kByte Disk  no         yes        FDREAD     yes
  82. 800 kByte Disk  no         FDREAD     FDREAD     FDREAD
  83. 820 kByte Disk  no         FDREAD     FDREAD     FDREAD
  84. 1.2 MByte Disk  no         no         yes        yes
  85. 1.2 MByte Disk  no         no         yes        yes
  86. 1.44 MByte Disk no         no         FDREAD     yes
  87. 1.44 MByte Disk no         no         FDREAD     yes
  88. 1.48 MByte Disk no         no         FDREAD     yes
  89. 1.6 MByte Disk  no         no         no         FDREAD
  90. 1.64 MByte Disk no         no         no         FDREAD
  91. 1.68 MByte Disk no         no         no         FDREAD
  92. 1.72 MByte Disk no         no         no         FDREAD
  93.  
  94. FDREAD in the above table means, that this format will work only, if
  95. FDREAD is installed. You may find out, that this table will not be
  96. valid for your computer and that you can use certain diskette formats
  97. without FDREAD, that are listed to work with FDREAD only.
  98.