home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / apps / 6277 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.4 KB

  1. From: franks@hpuamsa.neth.hp.com (Frank Slootweg CRC)
  2. Date: Wed, 27 Jan 1993 09:59:44 GMT
  3. Subject: Re: Unix style dd for DOS...
  4. Message-ID: <27210036@hpuamsa.neth.hp.com>
  5. Organization: Hewlett-Packard, The Netherlands
  6. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpcc05!hpbbn!hpuamsa!franks
  7. Newsgroups: comp.os.msdos.apps
  8. References: <1k1c1gINN765@fmsrl7.srl.ford.com>
  9. Lines: 22
  10.  
  11. krouth@slee01.srl.ford.com (Kevin Routh) writes:
  12.  
  13. > I am looking for a Unix style "dd" program for DOS which would allow
  14. > me to read and write to/from disk drives like you can on  a Unix
  15. > machine.  For example:
  16. >     dd if=/dev/floppy of=disk_image bs=16k
  17. > to save the image of a diskette to a file named disk_image.  Thanks.
  18.  
  19.   If you are looking for clones of UNIX commands for MS-DOS, then I can
  20. strongly recommend the MKS Toolkit of Mortice Kern Systems. If you are
  21. used to work on a UNIX system, then you will "feel at home" on a MS-DOS
  22. system with the MKS Toolkit (ksh, vi and all/most other UNIX commands
  23. you can think of).
  24.  
  25.   For your particular purpose, copy the whole content of a diskette to a
  26. file (and back), you can, as Klaus Hartnegg said, use Klaus' program
  27. Disk-RW, or buy DR DOS 6.0 which includes many, many utilities,
  28. including a DISKCOPY (and DISKCOMP) which can do what you want.
  29.  
  30. Frank Slootweg, UNIX support person and PC owner
  31.