Saturday, June 26, 2010

Making A File Of The Size You Need


This trick enable us to create a file of the size we need or to make an existing files with the specified size. Let us assume you want to make a file of size 10000kb.

Calculations
Step 1 : Open calculator (win key+r -> type in calc)
Step 2 : Select mode of calculator to Scientific.
Step 3 : Type 10240000 (10000*1024=10240000). Convert it to hex.
Step 4 : It will be 9C4000
Step 5 : We need 8 digits. So Place zeroes to its left.
Step 6 : Finally it will be 009C4000

Procedure
Step 1 : Open Command Prompt (win key + r -> type in cmd )
Step 2 : Type DEBUG filename.dat
             (Give any existing filename or new filename with extension)
Step 3 : If it is new file then it'll show file not found error.
             Just ignore the error.
Step 4 : Type RCX and press Enter.
Step 5 : Type last four digits of hex number[4000]. Press enter.
Step 6 : Type RBX and press Enter.
Step 7 : Type first four digit hex number[009C]. Press enter.
Step 8 : Type W. Press enter.
Step 9 : Type Q. Press enter. W stands for write and Q for quit.
Step 10: Now check the file size.

Image Loding...

      Making A File Of The Size You Need.
Click here to see Video Demo of this trick...! Browse More Demo Video here..!
Using the same technique you can make any files as big as you want.

No comments:

Post a Comment

Innovative ways to fight against malware

Keep The Operating System Updated: The first step in protecting your computer from any malicious there is to ensure that your operating sys...