Disable copy text

Tuesday 31 May 2016

Create dummy files using command line at Windows.

To create a dummy file using command line instantly use following command :

fsutil file createnew <Filename> <Size in Bytes>

For eg : fsutil file createnew I_AM_TEXT_FILE.txt  1024

It will create a new file having .txt as extension of file size 1024 Bytes

No comments:

Post a Comment