In
this tutorial I will teach, How to create virus using BAT file and
converting that bat file to exe file. You may have heard the word Batch
Programming, creating .bat file using simple DOS commands is called
Batch Programming. You do not need to have any programming knowledge to
create a bat file just you need to know few DOS commands.
Creating Process:-
1. Open Notepad and write the Program as given in the below examples and save it with .bat extension.
2. Convert this bat file to exe file using "bat to exe" converter. Click Here to download the tool.
3. Send this file to your victim and make him click, you can cover this file using image file. Click here to know how to add images as EXE files. You can upload this file in any file sharing website like ziddu.com or megaupload.com and give the link to your victim.
Lets Check some examples:-
Note:- In the examples below "::"(double colons) represent comments in batch programming. To create batch files follow the above "creating process".