DiskFiller v1.0.1 DiskFiller is a command line application to completely fill a disk with 'DATA'. DiskFiller can be used to save a string of text multiple times to a harddisk (e.g. till it's completely filled). If the filesystem is FAT you need to start the tool again with a different file name when the file size limit has been reached. Useage: DiskFiller FileName FileContents If FileContents is left empty 00's will be written to the file e.g. DiskFiller bla.txt bla DiskFiller F:\bla.txt bla WARNING: Please keep in mind that any existing file will be appended. You can also append crap to existing files so they become larger (and unusable in a lot of cases). Example: DiskFiller bla.txt contents This will create a file called bla.txt (if it doesn't exist yet) and put contentscontentscontentscontentscontentscontentscontentscontentscontentscontentscontents inside this file untill the disk is full or the program execution is stopped with CTRL-C. 2013.01.30 Mark van Tilburg (http://markvt.info)