• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

running external app as a win2k service?

puck

Member
I have the basic webserver running in win2k pro and I have a separate app that allows a webcam to display live on a webpage. I have the program starting up automatically on login, but if no one is logged in then the web page doesn't show the webcam video. Is it possible for this program to run as a service like the web server that runs even when nobody is logged in?
 
Maybe. First check to see if the program has the option to run as a service built-in. Perhaps you've already done that. If that option doesn't exist, there's a utility that is part of the Windows Resource Kit called srvany.exe that will allow most any program to run as a service. Download this and follow the instructions in the .wri file. It is for advanced users, and involves manually editing the registry. Good luck!
 
Back
Top