home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / ibm / pc / hardware / 33247 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.1 KB  |  36 lines

  1. Newsgroups: comp.sys.ibm.pc.hardware
  2. Path: sparky!uunet!munnari.oz.au!newsroom.utas.edu.au!c.brennan@student.utas.edu.au
  3. From: c.brennan@student.utas.edu.au (chris brennan)
  4. Subject: Re: Stand alone disk formater
  5. Message-ID: <1992Dec15.172525.28276@newsroom.utas.edu.au>
  6. Sender: news@newsroom.utas.edu.au
  7. Organization: University of Tasmania, Australia
  8. References: <1992Dec14.154043.21168@comp.lancs.ac.uk>
  9. Date: Tue, 15 Dec 1992 17:25:25 GMT
  10. Lines: 24
  11.  
  12. In article <1992Dec14.154043.21168@comp.lancs.ac.uk>, davei@comp.lancs.ac.uk (Mr D Ingles) writes:
  13. > Has anyone got any information / circuit diagrams on how to build a unit
  14. > to convert a spare 3.5" disk drive into a disk formatter / copier ?
  15. > I find that a lot of the time my PC is sitting doing nothing apart from 
  16. > formatting / copying disks.
  17. > Davei
  18.  
  19. Hi Davei,
  20.  
  21. well there are software utilities to format disks as a background task,
  22.  
  23. but the easiest method is to use a batch file ie.
  24.  
  25. rem batch file to format disks, use control-c to exit.
  26. start:
  27. format d:
  28. echo ^G^Gplease replace disk in drive d:
  29. goto start
  30.  
  31.  
  32. the computer will beep at you each time it finishes formatting. 
  33.