2.3.08

have some fun with windows

here is a trick worthy of trying on your friend's PC and it can be really funny.

Open command prompt.

Goto start > run > cmd

now type

debug name.txt hit enter
ignore "file not found"

type rcx hit enter

now here comes the important part. First decide the filesize you want to create. Dont go for too large 1000000000 bytes is more than sufficient to scare anyone. Now using windows calculator or by hand(better) convert this number into hex.It comes out to be 3B9ACA00 now split this number in two parts like 3B9A and CA00.

Now enter CA00 in command window and hit enter.

type rbx hit enter
again enter 3B9A and hit enter

type w to write the file. Hit enter. This will take time depending upon filesize so wait till the dash appears again.

now type q to exit debug and type exit to close command prompt.

Now you will see a 1gb text file which is too big for notepad to open.

No comments :