CMD File management

#File
fsutil file createNew file1 n    #Creates new file1 with n number of bytes  ?To create the pre-defined size it uses invisible characters, you can delete them
fsutil file layout file1         #Gives detailed info about the file

Last updated