Create Large File On A Windows:
fsutil file createnew filename length
Where length is in bytes.
fsutil file createnew filename length
Where length is in bytes.
Eg: A 500 MB Text file is creating on C Drive
C:\>fsutil file createnew hari.txt 500000000
File C:\hari.txt is created
C:\>fsutil file createnew hari.txt 500000000
File C:\hari.txt is created
No comments:
Post a Comment