Hi,
I have a program which has to run on the administrator machine continuously. The problem is if the user logs off, the process gets stopped and a lot of users use the administrator machine daily(log in with their id and log off). I want to invoke my program each time a user logs in.How do i do that. Can i use scheduled tasks. if so how do i do that. Can anyone help me out.