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