• 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.

Edit: Problem solved.

bupkus

Diamond Member
Can I run an app as a process uninterrupted by logins?

I have a program that monitors and logs a GPS device over the internet. However, each time I log off W2K it stops. Whenever another person logs on they can start/stop the program so the eventual database has big gaps of time.

What can I do and where can I go for details?
I would prefer to not devote a pc for just this program.
 
There is a command line utility you can download from MS for NT that allows adding non-MS apps as a service. It will work with win2k but I haven't tried it myself. Do a search at MS for it.
 
srvany.exe from the Windows 2000 Resource Kit will let you run many applications as a service. Not every application will run happily that way, though.
 
Back
Top