Create large file from command prompt
A quick way to create a file of a specific size from command prompt: fsutil file createnew C:\bigfile.txt 5000000000 The above command will create bigfile.txt with size 4,65GB.
Posted in Windows
Comments Off on Create large file from command prompt