Start All your Favourite Programs with a single click
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.
I usually use Photoshop, Mozilla Firefox 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 Photoshop CS3\”
start Photoshop.exe
cd “C:\Program Files\Mozilla Firefox\”
start firefox.exe
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.
0 comments:
Post a Comment