.bat file that overloads RAM to its maximum

praveenkumar.p

Baseband Member
Messages
24
Location
India
I read this article on the net:

type the following in Notepad (Windows)
%0|%0
and save it in .bat extension.

executing it would overload the RAM and processors to its maximum and the system will freeze:p

it works well on Windows 7

if you copy its shortcut into the Start up folder, then every time one Switches on the system, it will freeze.

then the only way to delete it from the Start up folder would be to enter Windows through Safe mode

:confused: I really need to know how such a small code can do such a thing??
 
%0 in .bat is the name of file itself so when you execute this file it will make indefinite cycle that will execute the same file that's how you will overload your ram
 
Back
Top Bottom