Occasional Program Startup Failure?

Tom

Distinguished
Dec 31, 2007
1,720
0
19,780
Archived from groups: microsoft.public.win2000.advanced_server (More info?)

Hello,



I have a VB program that needs to run all the time on Windows 2000 (but not
as a service). I have added it to the folder "C:\Documents and Settings\All
Users\Start Menu\Programs\Startup"



However, the once and a while the program fails to start and it causes a lot
of problems for my users. I wonder if there is a better way of starting the
app on Win 2000.



Note: It can not be run as a service.



Any help is greatly appreciated,

Tom
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.advanced_server (More info?)

On Fri, 25 Feb 2005 09:13:17 -0500, "Tom" <tom@killspam.com> wrote:

>Hello,
>
>
>
>I have a VB program that needs to run all the time on Windows 2000 (but not
>as a service). I have added it to the folder "C:\Documents and Settings\All
>Users\Start Menu\Programs\Startup"
>
>
>
>However, the once and a while the program fails to start and it causes a lot
>of problems for my users. I wonder if there is a better way of starting the
>app on Win 2000.
>
>
>
>Note: It can not be run as a service.
>
>
>
>Any help is greatly appreciated,
>
>Tom
>
>
>
>
>
>
>
There are other ways to start the program, but you must first answer the question:
Why does it occassionally fail?

See tip 16 in the 'Tips & Tricks' at http://www.jsiinc.com for where programs start from.

You could probably start it in a logon script, using the start command (tip 364)


Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.advanced_server (More info?)

Answered in .applications

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Tom" <tom@killspam.com> wrote in message
news:4oGTd.49443$Am3.1535443@news20.bellglobal.com...
| Hello,
|
|
|
| I have a VB program that needs to run all the time on Windows 2000 (but
not
| as a service). I have added it to the folder "C:\Documents and
Settings\All
| Users\Start Menu\Programs\Startup"
|
|
|
| However, the once and a while the program fails to start and it causes a
lot
| of problems for my users. I wonder if there is a better way of starting
the
| app on Win 2000.
|
|
|
| Note: It can not be run as a service.
|
|
|
| Any help is greatly appreciated,
|
| Tom
|
|
|
|
|
|
|
|