stev379 Posted August 30, 2005 Share Posted August 30, 2005 I have an app that we need to run when nobody is logged on to this server. The problem is Task Scheduler isn't running the app unless we are logged on. Is there a way to create an AutoIT file so it can run as a Service, and will run when nobody is logged on? Thanks for any help or suggestions!! Link to comment Share on other sites More sharing options...
AutoChris Posted August 30, 2005 Share Posted August 30, 2005 I have an app that we need to run when nobody is logged on to this server. The problem is Task Scheduler isn't running the app unless we are logged on.Is there a way to create an AutoIT file so it can run as a Service, and will run when nobody is logged on?Thanks for any help or suggestions!!<{POST_SNAPBACK}>There is sc.exe which you can use in the command prompt. (Ex: sc create ...)You can download srvany.exe from Microsoft, which is what I normally do.There are other service creation programs out there. Just do a Google search. I have used a couple others including runassvc and another whose name I cannot recall.In fact, you could have probably answered your own question by searching on this forum rather than posting this question. Link to comment Share on other sites More sharing options...
Gigglestick Posted August 30, 2005 Share Posted August 30, 2005 Check out Raindancer's answer to this questionVery nice! My UDFs: ExitCodes Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now