Cyote101 Posted March 23, 2008 Posted March 23, 2008 Hello, I have a exe file i made with auto-it and when it is run a small icon shows up in the system tray on the start menu, I was woundering if there was a way to stop that. I can be a little distracting when i start running a bunch of exes. Thanks
Swift Posted March 23, 2008 Posted March 23, 2008 (edited) Put at the top of your script: #NoTrayIcon ;rest of code goes below here... #NoTrayIcon: This means that AutoIt will not display a icon in the system tray for as long as the script is active. Edited March 23, 2008 by R6V2
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