What is %0|%0 and how does it work?
This is the Windows version of a fork bomb. %0 is the name of the currently executing batch file. A batch file that contains just this line: Is going to recursively execute itself forever, quickly creating many processes and slowing the system down. This is not a bug in windows, it is just a very … Read more