When I come to office in each morning, to get started I have to open eclipse, Mozilla, Outlook, etc.

Can I make script or an file which contains .exe path of above programs and once I run it, it will open all of the applications I need?

link|improve this question
You shut your computer down?! – Matt Ball Jun 21 '11 at 3:56
1  
Yes, you can create a script to do that. – jeffamaphone Jun 21 '11 at 3:59
@ jeffamaphone may the script will contain only path of .exe contain on my pc, where,how can i do that? – amolv Jun 21 '11 at 4:00
All will be revealed when your question is moved to the correct site. In the mean time, check out: microsoft.com/downloads/en/… – jeffamaphone Jun 21 '11 at 4:07
feedback

migrated from stackoverflow.com Jun 21 '11 at 4:10

This question came from our site for professional and enthusiast programmers.

1 Answer

It is much simpler than a script: Just copy the shortcuts to the Startup Program folder.

It is located here on XP:

C:\Documents and Settings\ProfileName\Start Menu\Programs\Startup

And here on Vista/Windows 7:

C:\Users\ProfileName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

The easiest way to get to the folder is to go to Start (or the new Windows Button)>All Programs>Startup and right click and open. Copy any shortcuts for the programs you want to open there.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.