create large dummy file

 

 

# Unit: byte (sparse file) [40M = 41943040]

fsutil file createnew filename length

# Size: 1 k
# 32 * 2^n = size

echo "This is just a dummy file.." > dummy.txt
for /L %i in (1,1,5) do type dummy.txt >> dummy.txt

Creative Commons license icon Creative Commons license icon