23
Preston
7y

Welcome to the dark side..

Comments
  • 1
  • 0
    Can somebody explain what the code does?
  • 4
    @hawkins
    It replicates itself with an infinite loop so that it eventually takes up all the ram

    Here's a simpler example:

    :loop
    Start virus.bat
    goto loop
  • 3
    Worst part of this is the text editor
  • 0
    @Preston Thanks! What about the push then?
  • 2
    @Hawkins Pushd is used to manipulate the directory stack.

    Pushd (and Popd) enables you to change directories, but return to the directory from which you came
  • 0
    This is kinda like a Windows version of the bash fork bomb, evil! :)
  • 1
    The easiest and smallest forkbomb for windows:

    %0|%0
Add Comment