COMPUTER VIRUS CODES
According to wikipedia a batch file is a text file containing a series of commands intended to be executed by the command interprete, In this article I will be telling you the basics of batch files clear and developing the approach towards coding your own viruses. Lets begin with a simple example.
Open your command prompt and change your current directory to 'desktop' by typing 'cd desktop' without quotes.Now type these commands one by one
1. md x //makes directory 'x' on desktop
2. cd x // changes current directory to 'x'... Read more