Friday, December 21, 2012

How to create large files on Windows


We can create new files (any type) with a given size Using the windows command prompt

Go to command prompt (For Win 7 Open CMD as an Administrator)
Use the below command to create the required file
length - Size of the required file in bytes

Usage : fsutil file createnew
   Eg : fsutil file createnew C:\testfile.txt 1000

No comments:

Post a Comment