Does that sound interesting?
Let's do this.
First of go the start-->run-->cmd
Now go to the C prompt.
Let's us suppose I want of create a file of 967 Kb
Type the following as it is
- rcx
cx 0000
: 4240
- rbx
ex 0000
: 000F // it is zero
- w
writing file f4240 bytes
- q
c:\> this wil creat the file of required size.
// now I will ask few question to u
First what is 4240 stand for.
and why I have add 000F .
and I will soon reply u in the form of a lesson
Post Comments