how to make a file of size what u want

View previous topic View next topic Go down

how to make a file of size what u want

Post  ni4ker6mith on Mon Jul 14, 2008 3:43 pm

How to make a file of the size you want ?
Let us assume you want to make a file of size 10000kb
Convert it to bytes -> 10000*1024 which comes out to be 10240000 bytes

Open calculator (win key+r -> type in calc )
Choose view mode to be Scientific one
Type in 10240000 and convert it to hex it comes out to be 9C4000
Convert this value to 8 digits by padding zeroes to its left -> so finally it comes out be 009C4000

Open Command Prompt (win key + r -> type in cmd )
Type DEBUG filename.dat
it'll show file not found error ,ignore it
Type RCX -> Enter -> then last four hexadecimal numbers i.e. 4000 ->Enter
Type RBX -> Enter -> then first four hexadecimal numbers i.e. 009C->Enter
Type W ->Enter
Type Q ->Enter

W stands for write and Q for quit

Now check the file you just made by dir command ->dir filename.dat

Using the same technique you can make files as big as you want

ni4ker6mith
Active Member
Active Member

Posts: 33
Join date: 2008-03-17
Location: behind of u

Character sheet
shit: 0

View user profile

Back to top Go down

will ya make it into movie????

Post  cyberhunter on Thu Jul 24, 2008 10:39 am

will ya make it into movie????
coz, as u know, i'm f--king busy with s--ty stuffz

cyberhunter
Info Cracker
Info Cracker

Posts: 201
Join date: 2008-03-13
Age: 25
Location: In your computer

View user profile http://www.infofreakz.co.cc

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum