If you ever find yourself in need of a dummy file for testing then this function may be what you need.
Feed the function a size in megabytes and give it a location to store the dummy file and you're done.
Large files may take a while depending on your system.
[update: April 28, 2011] -- Now you can create UNICODE files!
#include-once
Func DummyFile_Create( Const $iTotalB , Const $fileSaveLoc , Const $alphaNumeric = 1 )
Local $string
Local Const $mode = 2 + 8
Local Const $binary