How to convert Batch Codes into EXE Files


The best way to learn batch is to experiment while referring to the HELP command, it will explain everything. Batch programs are essentially sequences of DOS commands that ‘type themselves’ when the batch file is run. Batch files consist of control elements, internal DOS commands and external commands or programs.


With a little ingenuity one can duplicate most of the functions of a general purpose language, but doing any kind of math is tricky, there are no arithmetic commands at all. But most of us use Batch codes for creating viruses. One of the important feature of batch viruses are it cant be detected easily by Antivirus systems.This article is purely about converting batch codes to exe files. For that we are using a batch compiler.


Download our Android App Best Computer Guide 



DOWNLOAD LINK

HOW TO WRITE AND COMPILE BATCH CODES

Step 1:
After downloading just install batch compiler and just open it.

Step 2: Click on Source tab and this is the window where you write your batch code



Step 3: After writing your Batch codes, click on Embedded files tab and Select an icon for your exe file



Step 4: After setting the icon file just click on Build button to convert all the batch code to a single .exe file.

That's it ! Now make your own .exe files with the batch codes and enjoy !!!!

No comments:

Post a Comment