To create a large file of 1MB do this:
Run->cmd
fsutil file createnew c:\myfile.txt 1000000
To create a large file of 100MB do this:
Run->cmd
fsutil file createnew c:\myfile.txt 100000000
and so on.The number at the end tels you how big the file will be
No comments:
Post a Comment