I would like a simple little utility for creating large test files rather like 'bigfile' under UNIX.
Basically all that should be required is to give the path/filename of the file to create, the file size in bytes/kb/mb etc and the byte to fill the file with from 0-255 (or 00-FF hex).
I have an old DOS utility which does a similar thing but DOS has a few size limitations so a native Windows utility would be great.