home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / diskutil / blank / readme < prev   
Text File  |  1989-03-21  |  627b  |  15 lines

  1. Here is a very simple little utility.
  2. If you want to recycle a previously-used diskette, you can either
  3. delete all the files and folders on it (slow) or reformat it (also
  4. slow).  Or you can use this program, BLANK.TOS.  It zeros out the
  5. FATs (excluding the first 3 bytes) and the root directory.  The
  6. disk then looks just like a freshly formatted one to TOS.
  7. You specify the drive letter, and BLANK will handle TOS or MS-DOS
  8. disks of all sizes and formats.
  9.  
  10. The source (Laser C) follows.  It should compile with any ST C
  11. compiler, just make sure 'WORD' is defined to 'int' or 'short', whatever
  12. is 16 bits long.
  13.  
  14. - Moshe Braner
  15.