Skip to content

Instantly share code, notes, and snippets.

@roberttoups
Created June 6, 2020 13:45
Show Gist options
  • Save roberttoups/2f3c6cc4e991873f0d5164cc535b23f6 to your computer and use it in GitHub Desktop.
Save roberttoups/2f3c6cc4e991873f0d5164cc535b23f6 to your computer and use it in GitHub Desktop.
Create test files in Windows for copy speed tests
@echo off
fsutil file createnew 10gb.test 10737418240
fsutil file createnew 1gb.test 1073741824
fsutil file createnew 1mb.test 1048576
fsutil file createnew 1kb.test 1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment