I have developed a program that monitors a MQ queue, I want the application to be running on the machine in the background. I have installed this on a Windows 2000 Server machine.
So I setup a "scheduled task" to start on system start up. When I start the machine, the application starts up and runs. Then a user logs into the machine, and application is still running. Then the user logs off the machine, and the program stops.
I have a VB6 porgram that works throughout the login/logout process.
Any thoughts on how I can keep the program running continously, thanks.
So I setup a "scheduled task" to start on system start up. When I start the machine, the application starts up and runs. Then a user logs into the machine, and application is still running. Then the user logs off the machine, and the program stops.
I have a VB6 porgram that works throughout the login/logout process.
Any thoughts on how I can keep the program running continously, thanks.