An EXE is the file extension in Windows operating systems, which donates that that file is executable and can be installed. For a programmer creating an executable file is not a big thing, but for non- techies it is a great thing. Today here in this post at Chaaps I am going to show you a tutorial how can you create a simple executable file without any programming knowledge.
Steps
- Download a small application of 422Kb called Bat to EXE converter from here. Using this app you can easily convert any batch coded file to EXE.
- Second step is to create a batch application. Those who don’t how what is a batch application? Let me explain you first. It is a notepad file coded with CMD command and saved with .BAT extension, here in this tutorial I am going to show an example with a simple batch code to cancel any printing job.
- Copy paste this code in a notepad file with . bat extention.
@echo off
echo Stopping print spooler.
echo.
net stop spooler
echo deleting stuff... where? I'm not sure. Just deleting stuff.
echo.
FOR %%A IN (%systemroot%system32spoolprinters*.*) DO DEL %%A
echo Starting print spooler.
echo.
net start spooler
- After copying the code start the Bat to EXE converter application.
- Browse the batch app and set the directory where you want it to be converted and get saved.
- You can easily encrypt, password protect it or add Windows Vista admin manifest.
- To add encryption click on the “Encrypt” and enter the password.
- To add Windows Vista admin manifest click on the “Add Vista Adminstrator mainfest” below the Misc section.
Make it Pro!
You can easily make it look like a professional looking application by adding an icon, version info and etc etc by clicking on the version information tab. Yo! your professional looking EXE application is ready without doing any programming. You can download it from here.

{ 13 comments… read them below or add one }
Yay! my first post on Chaaps approved!
Ankit´s last blog ..Internet Explorer losing its Market Share!
Very Nicely Explained Ankit.. liked this post… for me building an App is a GREAT thing as you said
Welcome to Chaaps dot com
Thanks bro.

Ankit´s last blog ..Use front cam of Sony Ericsson w910i to capture & record!
I too liked it. But I seriously don’t know how to create a .exe file.
provamsi @ India365´s last blog ..Best Gaming Laptop with 3D Effects and High Definition Sound
Good one Ankit, I was also not aware of making .exe file. You have written a nice article.
Suhasini´s last blog ..Loudable is Kicking-off “All Categories” from 1st April till 31st May
@All: Thanks
Great article ankit, Even though we do not a little bit of understanding of Batch programming for creating .bat programs like that. None the less converting from .bat to .exe would have been impossible without this app. Thanks ma
Shiva´s last blog ..WebSecurify – Finds Out Your Sites’ Vulnerabilities
I sense danger
wondering why you’re playing around with the spooler
anyway awesome post….
Siddhu´s last blog ..Tips to choose your antivirus
Lol simple nd nice tip! Need to try it lol
Give it a try and let me know about your experience please.

Ankit´s last blog ..Use front cam of Sony Ericsson w910i to capture & record!
Cool post mate! thanks for the geeky tips

Pubudu Kodikara´s last blog ..The Top Free Malware Killer for Windows
Your welcum bro.

Ankit´s last blog ..Use front cam of Sony Ericsson w910i to capture & record!
we can do that in c++ compiler too . nice post
Sourish´s last blog ..The Art of Public Speaking