For Programmers: Free Programming Magazines  


Home > Archive > VC Language > May 2006 > Run at Windows Startup









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Run at Windows Startup
brooder

2006-05-24, 8:09 am

I need to have a plain Win32 app run at windows startup even before the
user logs in. The app performs some initialization/backup and
terminates. What are the ways to do this

Bruno van Dooren

2006-05-24, 8:09 am

>I need to have a plain Win32 app run at windows startup even before the
> user logs in. The app performs some initialization/backup and
> terminates. What are the ways to do this


Create a win32 windows service application and have it start automatically
when the system starts.
there is a service example in the Framework SDK that shows how to do this.

--

Kind regards,
Bruno van Dooren
bruno_nos_pam_van_dooren@hotmail.com
Remove only "_nos_pam"


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com