Jump to content

Recommended Posts

Posted

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!!

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...