Need program that tells me when all programs that run at startup have finished.

  • Thread starter Thread starter Don J
  • Start date Start date
D

Don J

I need something that will tell me when all the programs that run at startup
have finished.

Don J

---------------------------------------------------
 
Don said:
I need something that will tell me when all the programs that run at
startup have finished.

??? Can you please describe better what you would like to accomplish?
Normally you would just look at the cursor and see that it isn't
producing the "busy" cursor any more and you're at the desktop with
nothing happening. Are you finding that XP is taking too long to start?

Before I give you lots of suggestions that might not be focused on what
you really want, please post back and explain what you are looking for.

Malke
 
Don

Can't you tell already?.. you must surely know what will start up and what
won't..
 
I've got a Batch file that runs at startup. It is important that I don't do
something before it runs. It can sometimes take up to a minute or longer
after I boot before the batch file runs. On my system the busy cursor
doesn't run for most of the time until the batch file runs. I am using
Windows XP.

Don J

-----------------------------------------------------------------
 
Don said:
I've got a Batch file that runs at startup. It is important that I
don't do
something before it runs. It can sometimes take up to a minute or
longer
after I boot before the batch file runs. On my system the busy cursor
doesn't run for most of the time until the batch file runs. I am
using Windows XP.

Don J

Oh. Well, in that case amend your batch file to include some sort of an
echo@ statement to put up a notice when it has finished. I am not a
coder so I can't help you script this, but I'm sure it is extremely
easy. If no one in this group has an answer for you, look in one of the
scripting newsgroups. Here's a list of all the MS newsgroups to help
you find the right one:

http://aumha.org/nntp.htm

Malke
 
Back
Top