I often needed large files of different sizes. Here is a way to obtain such files easily:
Open command prompt and type: fsutil file createnew c:\250.txt 262144000
This will create a 250 MB file = 262144000 bytes (250 * 1024 * 1024) .
Other fsutil commands:
Thanks to Zirconium for the tip - http://zyrconium.wordpress.com
No comments:
Post a Comment