home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 October / VPR9810A.ISO / dosutils / rawrite3.doc < prev    next >
Text File  |  1998-04-19  |  2KB  |  69 lines

  1. RaWrite 1.3
  2. ------------
  3.  
  4. Disclaimer of Warrenty
  5. ----------------------
  6.  
  7. Users of this software must accept this disclaimer of warranty:  "This
  8. software is supplied AS IS.  Mark Becker disclaims all warranties, expressed
  9. or implied, including, without limitation, the warranties of merchantability
  10. and of fitness for any purpose.  Mark Becker assumes no liability for
  11. damages, direct or consequential, which may result from the use of this
  12. software."
  13.  
  14.  
  15. Purpose
  16. -------
  17.  
  18. Write a disk image file to a floppy disk.
  19.  
  20.  
  21. Equipment/Software Requirements
  22. -------------------------------
  23.  
  24.  * PC/XT/AT or 100% compatible with at least 256K of RAM and a floppy disk
  25.    drive.
  26.  
  27.  * MS-DOS version 3.21 or greater.
  28.  
  29.  * A formatted diskette.
  30.  
  31. This program uses well-documented generic low-level DOS and BIOS functions.
  32. It should run on nearly every PC in existance.  PS/2's should be able to run
  33. RaWrite but this has not been tested.
  34.    
  35.  
  36. CAVEAT
  37. ------
  38.  
  39. This program will write ANY disk file to a floppy, overwriting any previous
  40. information that may have been present.  If you wish to re-use a diskette
  41. that has been written to by RaWrite then that diskette will probably need to
  42. be reformatted; all MS-DOS specific information will have been erased.
  43.  
  44.  
  45. Usage
  46. -----
  47.  
  48. C> RAWRITE
  49.  
  50. And follow the prompts.  All arguments are case-insensitive.
  51.  
  52. If the source and destination drives are the same, RaWrite will ask the user
  53. to swap diskettes as required.  Rawrite allocates a large buffer in RAM to
  54. reduce the number of disk swaps.
  55.  
  56. RaWrite may be aborted at any time by typing ^C or CTRL-Break.
  57.  
  58.  
  59. Errors
  60. ------
  61.  
  62. RaWrite attempts to determine if the diskette is a 1.44M, 1.2M, 720K, or 360K
  63. diskette by reading sectors 18, 15, and 9 in that order.  If the inserted
  64. diskette is not one of the these types, then RaWrite will abort with an error
  65. message.
  66.  
  67. Errors such as write protect, door open, bad disk, bad sector, etc. cause a
  68. program abort with a short error message.
  69.