Jump to content

Recommended Posts

Posted

I want to run an autoit script as a scheduled task. Does anyone know if this will work, or how I can make it work? Will it work if no user is logged into the machine?

Posted

I want to run an autoit script as a scheduled task. Does anyone know if this will work, or how I can make it work? Will it work if no user is logged into the machine?

It works file, I have several instances of AutoIt scripts being run by scheduled tasks. Specifically the scheduled task calls a one-line batch file that actually runs the AutoIt script. I use SCHTASKS.exe to set up the tasks. A scheduled task has no desktop, so don't include any Window/GUI functions or it will just hang.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Posted

Well, I'm wanting this to interact with a gui program. Is there anyway to maybe script a login? Or if a user is left logged in, can the scheduled script just interact with the logged in console?

Posted

Well, I'm wanting this to interact with a gui program. Is there anyway to maybe script a login? Or if a user is left logged in, can the scheduled script just interact with the logged in console?

How does that square with this quote:

Will it work if no user is logged into the machine?

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law

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
×
×
  • Create New...