Start all your programs with a single click using batch file

Everyone has some standard list of programs, which he starts when logs on to his computer. It’s a waste of time to start each program individually; today we are going to learn how to start all your favorite programs with a single click using batch files. Those of you who don’t know what batch files are may check this post to find out what they are.

Batch Programming Basics


I usually use Dreamweaver, Mozilla Firefox, and pidgin immediately after I login to my comp. So let us see how to create a batch file to start the above three programs with a single click.
First open note pad and type the following lines

CD “C:\Program Files\Adobe\Adobe Dreamweaver CS3\”

start Dreamweaver.exe

cd “C:\Program Files\Pidgin\”

start Pidgin.exe

cd “C:\Program Files\Mozilla Firefox\”

start firefox.exe

Here cd switches the control to the directory following it and start command is used to start the program in that directory. You can add any number of programs to this list.
Once you have added all your favorite programs to this list, save it a startup.bat or any other name of your choice and double click on that batch file you created just now to start all your favorite programs.
If you have any problems in creating the batch files feel free to drop in a comment here

4 Comments Post a Comment
  1. Johann says:

    how do I autoconnect a dialup connection at system start? Please reply!Thanks.

  2. selva says:

    how to run a batch file in a browser?

  3. selva says:

    how to run a batch file at 5pm automatically

  4. adil says:

    hey ! can u please tell me how can i check for the user tht log on and off (their time including user name) from batch scripts..

    also printer status that hw many prints haf taken…

    please reply to email… also committ here ….

Leave a Reply




Members

Recently Active Member Avatars

Member avatar
Member avatar
Member avatar
Member avatar
Member avatar
Member avatar
Member avatar
Member avatar
Member avatar
Member avatar
Member avatar
Member avatar
Member avatar
Member avatar
Member avatar

Sponsors

TechBU is powered by Theme SWIFT

Download
Logo

Welcome to TechBU

Login or Signup to meet new friends, find out what's going on, and connect with others on the site.


Sign Up Now

Registering for this site is easy. Just fill in the fields on the registration page and we'll get a new account set up for you in no time.

Forgot Your Password?

A new password will be e-mailed to you.

Member Login