Jump to content

Recommended Posts

Posted (edited)

Hi,

Just a quick one. Is it possible to change the icon displayed in the system tray for AutoIT?.

Thanks

Edited by jben
Posted (edited)

I guess something like this would work??

#AutoIt3Wrapper_icon=@ScriptDir & \your_icon.ico

Just wondering how I can choose the dir that the .ico is stored within.

Edited by jben
Posted

I presume this code below would work providing that the ico is stored within the directory the script runs from and the Data\Icons folders exists, and ofcourse the .ico

#AutoIt3Wrapper_icon=Data\Icons\myicon.ico

I presume something like this would work??

#AutoIt3Wrapper_icon=@ScriptDir & \your_icon.ico

Just wondering how I can choose the dir that the .ico is stored within

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