home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume38 / awdc / part01 / readme < prev   
Text File  |  1993-07-13  |  2KB  |  56 lines

  1. New upload - awdc.zip, 13603 bytes.
  2.  
  3. awdc is a floppy disk copy problem with a difference - it copies at a
  4. sector level, ignoring such trivia as the number of sectors per track
  5. and number of tracks.  It stops when it reaches the end of either disc
  6. or encounters a transfer error.
  7.  
  8. It was written to solve a specific problem - transcribing UNIX tar
  9. archive discs from one type of floppy disc to another, on a DOS machine.
  10. For safety, the program will only copy sectors between removable media,
  11. so it should leave hard disks alone.  I am not particularly proud of it,
  12. but it solved my problem and may help others, so I am placing it in the
  13. public domain.  Use it entirely at your own risk.
  14. m not particularly proud of it,
  15. but it solved my problem and may help others, so I am placing it in the
  16. public domain.  Use it entirely at your own risk.
  17.  
  18. Included with this document should be the source and executable code.
  19. It is very DOS specific and makes extensive use of intdos().  It was
  20. compiled with Turbo C 2.0.
  21.  
  22. I believed that there was a DOS port of the FSF GNU version of dd, but
  23. this can only handle DOS files, not raw media.  If I'm wrong, please
  24. tell me!
  25.  
  26. Adrian Wontroba, Stade Computers Limited.       phone:  (+44) 21 373 9546
  27. uucp:   ...!uknet!stade!aw1             other: aw1%stade.co.uk@uknet.ac.uk
  28. snail:  14 Fourlands Avenue, Sutton Coldfield, West Midlands, B72 1YY, UK
  29.  
  30. Instructions
  31. ------------
  32.  
  33. These assume that you are copying from A: to B:.  Change as appropriate.
  34.  
  35. The next two steps ensure that DOS has the correct idea of the
  36. characteristics of the discs which are going to be used.  This is
  37. achieved by making it read appropriate DOS media.  This is vital!
  38.  
  39. o       Take a DOS formatted floppy disc with the same characteristics
  40.         as the disc you wish to copy from and insert it into the A:
  41.         drive.  Display the directory.  (dir a:)
  42.  
  43. o       Take a DOS formatted floppy disc with the same characteristics
  44.         as the disc you wish to copy to and insert it into the B: drive.
  45.         Display the directory.  (dir b:)
  46.  
  47. Repeat the following three steps for each of the copies.
  48.  
  49. o       Insert the source disk in the A: drive.
  50.  
  51. o       Write enable and insert the preformatted target disk in the B:
  52.         drive.
  53.  
  54. o       Copy sectors from A: to B: with the supplied program.  (awdc a
  55.         b).
  56.