Understanding Batch File Viruses
Introduction: In this tutorial I have focused on making the basics of batch files clear and developing the approach to code your own viruses. As I told You in the “Batch File Viruses (Introduction)” that you can also create your own batch file viruses so now I am going to show you an example on understanding them:
- Open your command prompt and change your current directory to ‘desktop’ by typing ‘cd desktop’ (without quotes)
- Now type these commands one by one: md x (makes directory ‘x’ on desktop) cd x (changes current directory to ‘x’) md y (makes a directory ‘y’ in directory ‘x’)
- We first made a folder/directory ‘x’, then enter in folder ‘x’,then make a folder ‘y’ in folder ‘x’ .
- Now delete the folder ‘x’.
- Lets do the same thing in an other way.
- Copy these three commands in notepad and save file as anything.bat
- Now just double click on this batch file and the same work would be done ,
- You will get a folder ‘x’ on your desktop and folder ‘y’ in it. This means the three commands executed line by line when we ran the batch file
- Now You know that:
So a batch file is simply a text containing series of commands which are executed automatically line by line when the batch file is run.
Posted on 12/06/2015, in All, Batch File Viruses, Technology, Understanding BFVs and tagged .bat, a, batch, block, crack, create, do, easy, enter, erase, file, hack, how, in, into, it, make, own, personal, self, simple, tech, technique, techniques, technology, to, understand, understanding, virus, viruses, your. Bookmark the permalink. Leave a comment.
Leave a comment
Comments 0