How to let a program continue to run after Logout/Logoff (not Shutdown) ?

  • Thread starter Thread starter Martin Caldwell
  • Start date Start date
M

Martin Caldwell

Is there a way to let a (GUI) program continue to run when the user
logs out/off (obviously not completely shutdown)?

I think a read a time ago a solution but cannot remember it.

Martin
 
also look at this page http://www.tacktech.com/display.cfm?ttid=197


The Windows NT/2000 Resource Kit provides two utilities that allow you to
create a Windows user-defined service for Windows applications and some
16-bit applications (but not for batch files).

Whats needed for Windows NT/2000:
Instrsrv.exe installs and removes system services from Windows NT/2000
Srvany.exe allows any Windows application to run as a service.
You can download both files here srvany.zip

This zip includes three files. The two you need srvany.exe and instsrv.exe
to install the services and also srvany.wri which documents everything you
can do with the program.
Note: Make sure the Services Manager is closed while running the DOS
commands.
 
Back
Top