Wednesday, March 23, 2011

Make an empty file of any specified size


To make an empty file goto command prompt. Start>Run and type cmd. or Win+R. Once you are in the command prompt, type
fsutil file createnew
to create a file name with a specific extension,type
fsutil file createnew

for example if u want to create a file called hello.txt of size 9 mb, first convert 9mb to bytes which will be 9*1024*1024 bytes.
So you need to type fsutil file createnew hello.txt 9437184 If you forgot to mention the extension you can always do that by typing ren hello hello.txt.

I suppose you have got an idea of Space Eater Virus. Try to make out how to make it on yourselves or wait for my next post and you will get your answers.I will show you how to do it.You also got an idea of fake files and how those dirty uploaders do it but dont do it yourselves while uploading torrents.


Hope you enjoyed the post!!Feel free to comment if you have any problems.
===================================================
Note:Windows Vista and Windows 7 requires administrator privileges to use fsutil command so open cmd using administrator privileges. To do this go to Start>All Programs>Accesories>Command Prompt(right click >run as administrator)

No comments: