The Artima Developer Community
Sponsored Link

.NET Buzz Forum
StartupController 1.0

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Peter G Provost

Posts: 849
Nickname: pprovost
Registered: Aug, 2003

Peter G Provost is a Solution Architect for Interlink Group in Denver, CO.
StartupController 1.0 Posted: Jul 30, 2005 12:49 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Peter G Provost.
Original Post: StartupController 1.0
Feed Title: Peter Provost's Geek Noise
Feed URL: /error.aspx?aspxerrorpath=/Rss.aspx
Feed Description: Technology news, development articles, Microsoft .NET, and other stuff...
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Peter G Provost
Latest Posts From Peter Provost's Geek Noise

Advertisement

Lately I've been doing a number of demos and stuff using my laptop, which means I have to shutdown, undock, go somewhere, boot up, and then wait for all the apps in my Startup folder to load.

Nine times out of ten, I like having my system starup with Outlook, Omea Reader and a number of other apps already running. That way I can boot up, login, go get a coffee and when I get back, everything is ready to go.

But on those times when I'm about to give a demo or just need to boot up to check something really quick, it is really annoying waiting for all those apps to start. Some of them (notably Outlook and Omea) aren't the fastest thing to load. So last night I wrote StartupController. It runs after you login and lets you control which apps, if any, will be started. If you do nothing, they will start after a configurable interval. Here's a screenshot:

StartupController_v1_0

It is a pretty simple little app written using .NET 2.0 Beta 2, so you should be able to compile it and use it without any difficulty.

Usage

  1. Create a new folder in your Startmenu called StartupController. You can do this easily from a Command prompt with something like this:
    C:\> mkdir %HOMEPATH%\Start Menu\Programs\StartupController
  2. Next, create a shortcut to StartupController.exe and put that in the Startup folder.
  3. Then drag any shortcuts that you want to have managed from the Startup folder into the new StartupController folder. Windows will still launch the ones in Startup when you login and StartupController will handle the ones it its folder.

If you find any bugs or have suggestions, please let me know.

Download StartupController_v1.0 (20KB ZIP)

Read: StartupController 1.0

Topic: inheritance over composition Previous Topic   Next Topic Topic: What's in a Name?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use