Skip to main content

How to Convert a Batch (*.bat) file Into an Exe File

Batch files are special files, often called scripts, that allow you to run programs from the DOS Command Window. Batch files are useful for storing sets of commands that are always executed together, in sequence, because you can simply enter the name of the batch file as the "command" instead of entering each command individually.

In DOS, batch files end with a .BAT extension. The process of creating them is often called DOS batch scripting.
If you are making a batch file for some work and don’t won’t to share the source code of that batch file then this post may helps you by converting batch file "*.bat" to an "*.exe" file.

Steps to convert:

  1. First download the Batch To Exe converter Here 
  2. Select the Batch file that you need to convert in Batch File to an Exe File 
  3. Select the path where to save the EXE file 
  4. In option tab see visibility option this option determines how to run your exe file there are two option in thisa)Visible application(2): If you select this option your Exe file will run link a normal software i.e working of your batch file will be visible(like a normal installation)b) Invisible application(3): If you select this option your batch file working process(installation) process will be hidden 
  5. Encryption(3): If you need to protect the Exe file with a password then select this option(3) and enter the password there. Whenever you run an exe file it will ask password to Run it. 
  6. To add an icon and software information to an Exe file then select the Version Information tab in this you will see the Icon adding option and software information 
  7. After completing all the above steps click on the compile button in the bottom then your Batch file will be converted to an executable file i.e and *.exe file

Note: It is The Best, Portable & Handy Application for this job.


 

Comments

Popular posts from this blog

Get Windows 7 Start Menu in Windows 8

Microsoft Windows 8 has come with a new look. For the reason of new look many users can't use it properly. The most of users facing problem with the New Start Menu. In the new start menu many shortcuts are hidden. Stardock Corporation has made a application to get back old style Start Menu. It is a very simple tool. Just install it, then u will get back the previous start menu. So, If you facing this problem download it from below an install it.

Very Dangerous Batch File !!

This is a very short tutorial describing how to make a very simple batch virus which consists of only 7 characters. This virus will delete every file with any file extension. Code:               del *.* 2 Easy Steps to Turn It Into a Virus Type that into notepad. Save the file as a ".bat". For better help see the images below: Then WARNING: THIS IS FOR EDUCATION ONLY. USE IT AT YOUR OWN RISK!!!

Update Any Windows Offline!

Microsoft frequently releases Security and other essential updates for windows.These updates fix newly discovered bugs and flaws and increases efficiency and protection of Windows.If you don’t have internet connection or have slow internet then you can’t get the updates directly from microsoft instead you have to use a third party utility called Autopatcher. AutoPatcher allows you to download for your windows Operating system and saves it for offline installation.This gives you the liberty to update any computer without internet connection. Steps: Carry your Pen Drive and Go to your nearby Cyber Cafe then download Autopatcher software from here .  After downloading this software just install and run it.  It will prompt you to select the OS for which you want to download the updates and click on Next button.  Now Select your OS whether it is 32-bit or 64-bit supported. If it is 32-bit then select X86 otherwise select X64 and click on Next button.  A li...