DEV Community

Miguel Ramirez
Miguel Ramirez

Posted on

Create a file with a specific size [windows]

fsutil file createnew <file_name> <size_bytes>

e.g.

fsutil file createnew file.txt 23029

Top comments (0)