home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / raread20.zip / readme.txt < prev   
Text File  |  2000-06-10  |  3KB  |  81 lines

  1. RAREAD for OS/2, DOS and Windows NT
  2. ===================================
  3.  
  4. Overview
  5. --------
  6.  
  7. RAREAD is available in two versions; both are provided in this release. 
  8. There is a pure 32-bit version, which runs only on OS/2 version 2.0 and
  9. above; this is the smaller, more functional version.  There is also a
  10. 16-bit dual mode version, that will run on any version of OS/2, and will
  11. also run on any version of DOS as long as it is version 3.2 or later. 
  12. Additionally, it will run in a command window on Windows NT.  Unless
  13. otherwise noted, everything herein applies to both versions. Naturally,
  14. it may be useful to rename the 16-bit version to RAREAD.EXE before use.
  15.  
  16. RAREAD copies a diskette to a diskette image file.  The image file is
  17. not compressed or truncated in any way.
  18.  
  19. The program works only with 3.5 inch diskettes; it is unlikely that
  20. functionality for 5.25 inch diskettes is required. It does, however,
  21. work with 720KB, 1.44MB and 2.88MB 3.5 inch diskettes.
  22.  
  23. RAREAD attempts to discover the size of the output diskette dynamically,
  24. by attempting a hardware media sense [only on the 32-bit version].  This
  25. seems to work on MCA systems, but not on some others (e.g., it doesn't
  26. work on a PC Server 325 (8639-PT0).  If the media sense fails [and
  27. always on the 16-bit version], a flag can be used to force a particular
  28. diskette size. 
  29.  
  30. Version summary
  31. ---------------
  32.  
  33. 32-bit        - Runs on OS/2 2.x and above only
  34.         - Can detect diskette drive type on some hardware
  35.         - Smaller executable file; more efficient
  36.  
  37. 16-bit        - Runs on any version of OS/2, and DOS, and Windows NT
  38.         - Cannot detect diskette drive types
  39.         - Larger executable file; less efficient
  40.  
  41. Using the program
  42. -----------------
  43.  
  44. Synopsis: raread [-dhe] drive imagefile
  45.  where:
  46.     -d           forces DD (720K) diskette type
  47.     -h           forces HD (1.44MB) diskette type
  48.     -e           forces ED (2.88MB) diskette type
  49.     drive        is the drive to be read from
  50.     imagefile    is the name of the file to contain the diskette image
  51.  
  52. Examples:  raread a: boot.img
  53.            raread -e a: bigboot.img
  54.  
  55. If the program is invoked by name alone, or with the wrong number of
  56. parameters, a short help text is generated. 
  57.  
  58. Windows NT limitations
  59. ----------------------
  60.  
  61. When used on Windows NT, the program cannot read diskettes that contain
  62. a filing system not understood by Windows NT; this is an NT limitation. 
  63.  
  64. Package contents
  65. ----------------
  66.  
  67. README.TXT    this file
  68. RAREAD.EXE    32-bit OS/2 executable
  69. RAREADB.EXE    16-bit dual mode executable
  70.  
  71. Versions
  72. --------
  73. 1.0    - Initial version.
  74. 2.0    - 16-bit dual mode, and compatible 32-bit single mode, versions.
  75.  
  76. Bob Eager
  77. rde@tavi.co.uk
  78. 10th June 2000
  79.  
  80.  
  81.