bid

Pin It

Widgets

How to create a batch file that run all your .exe files

 
How to create batch file that run .exe files?? In this article I will show you how to create batch file. (This is step by step process with picture) batch file programming is really very simple and very useful. You can use batch file not only to run .exe files it use full when you format you computer and lot's of software is necessary to install you can create batch file that run one by one software that you want to install your computer open but batch file is it's useful to open .mp3, jpeg.gif, wav etc and the best thing it's totally free. Without wasting my and your valuable time I am come to my main topic I hope you all like this. It 100% working trick
First you have to create a folder that contain your important software and rename all your software for example 1, 2, 3, 4 etc look at following picture
clip_image002[4]
Remember one thing your software folder has one word name (for example ready, softwre, all,) or rename your folder without any space
clip_image004[4]
And open your folder that contain your software and go to top of windows address bar right click on and copy see following picture
clip_image006[4]
this is your folder path we it in batch file programming. so just note down  After all above step go to start choose notepad and type this command
clip_image008[4]
@echo off
Start your drive\folder address that has you software\setup name of your software
Pause
Look at following image
clip_image010[4]
Than save it into your software folder with .bat format it's very important
clip_image012[4]
Go to batch file folder and run batch file it will show set installation windows one by one
clip_image014[4]