Make-A-File

Utility to easily create files for testing purposes
Download

Make-A-File Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Andreas Saurwein Franci Goncalves
  • Publisher web site:
  • http://www.codeproject.com/Members/Andreas-Saurwein-Franci-Gon-alves
  • Operating Systems:
  • Windows All
  • File Size:
  • 23 KB

Make-A-File Tags


Make-A-File Description

The Make-A-File application was developed to be a small utility to easily create files for testing purposes. Also supports creating really huge files. Often we need test files during development, either to see how an application behaves with differently sized files or just as a "payload" for various tests.The Make-A-File utility is written just for this purpose - to create files. They can be between 1 byte and 18 Eb (Exabytes, thats about 18.432.000.000.000.000.000 bytes) filled with garbage, random values or zeroes.Choose a filename (type or click on the "..." button) and a size. The size is made up by the number in the size field and a unit from the dropdown list. The dropdown list offers Bytes, Kb, Mb, Gb, Tb, Pb and Eb (each being a 1000 times bigger than the previous). The resulting file size in bytes is shown in the field at the bottom.The checkbox "Random content" fills the file with, who would have guessed this, random bytes. The "Quick Create" checkbox is used to create a file quick and filled with garbage. Technically it uses SetFilePointer() to set the end of the file, which results in nothing being written to the file but allocates the disk space for its contents.Please see the MSDN for the implications. By default, the quick create also checks the random content. If you are using NTFS with file compression enabled, you can easily create a 10 Tb (or even bigger) file on any hard disk if you do not enable the random content or quick create options.


Make-A-File Related Software