home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / d / dsharp10.zip / MAKEFILE.DOC < prev    next >
Text File  |  1993-01-24  |  612b  |  16 lines

  1.                           MAKEFILE.DOC
  2.  
  3. MAKEFILE will very quickly create a file of arbitrary size.  It 
  4. does not actually write anything in the file: the file winds up 
  5. with whatever was on the disk, but the space is reserved as a 
  6. "file" in the directory and FAT.
  7.  
  8. It has been useful to reserve space on a diskette, like for 
  9. later installation of a system to make it a boot diskette.  
  10. (After writing other things on the diskette, merely delete the 
  11. bogus "file" created with MAKEFILE.)
  12.  
  13. It can also fill the remaining space on a diskette for you.
  14.  
  15. Type MAKEFILE for instructions and examples.
  16.