abtbear Posted December 20, 2005 Posted December 20, 2005 Is it possible to use an Auto-It executable to run a setup when there is no user logged on? Currently it just launches the setup application and sits there until an interactive user logs on and then the scripting of Send or whathave you take over. Just checking. Thanks.
seandisanti Posted December 20, 2005 Posted December 20, 2005 Is it possible to use an Auto-It executable to run a setup when there is no user logged on? Currently it just launches the setup application and sits there until an interactive user logs on and then the scripting of Send or whathave you take over.Just checking. Thanks.i know this has been covered in the forums before, but i don't believe that it's possible.
MHz Posted December 21, 2005 Posted December 21, 2005 AutoIt scripts can work in Startup and Shutdown through Group Policy. Non active functions need to be used to automate the Gui's. The time that you are using the script maybe fine but non active functions are reliable functions to use.
erebus Posted December 21, 2005 Posted December 21, 2005 (edited) Also in these forums (about a year ago or so) somebody mentioned a program that allowed you to convert any executable to run as a Windows service.I searched the forums but wasn't able to find the proper thread, I hope you will be more lucky.Edit: Finally found it: http://www.judoscript.com/goodies/RunExeSvc/runexesvc.html Edited December 21, 2005 by erebus
abtbear Posted December 21, 2005 Author Posted December 21, 2005 Getting the program to run on startup is not the issue unfortunately. The issue I'm encountering is that the program starts, but doesn't process the alt+n keystrokes sends until a user logs in (aka the setup window just sits there). I believe the non-active functions may be a resolution, but I'm very new to the product and have no idea on which functions are considered non-active, even after scouring the help file and forums here. If you could point me in the correct direction that'd be great. Thanks.
MHz Posted December 21, 2005 Posted December 21, 2005 (edited) Look at using WinWait() and any of the Control*() functions to automate the windows. They do not require active windows as the Control*() functions communicate directly with the controls. Edited December 21, 2005 by MHz
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