Edifice Posted February 2, 2009 Posted February 2, 2009 Hello again. I just made a very simple program that relies on Run commands to start and stop services, like Run("net start wuauserv"), and it works fine. I just think that the cmd windows are so very ugly and I'm hoping one of you guys know of a way to run them silently? I know this is kinda outside of Auto-it turf, however, any help is still very appreciated!
SuneC Posted February 2, 2009 Posted February 2, 2009 Run("net start wuauserv", "", @SW_HIDE) Setting the 3rd parameter of Run to @SW_HIDE will start the application hidden (not shown on status bar either).
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