axxbryan 0 Posted January 5 hello, its a bit simple, but i cant find how can i change the script icon? also add the propieties author,company, version, copyright etc. thanks. Share this post Link to post Share on other sites
Danp2 880 Posted January 5 See the help file entry for Pragma Compile Directives [UDF] WebDriver Latest version Wiki FAQs Share this post Link to post Share on other sites
rm65453 1 Posted January 5 #AutoIt3Wrapper_icon = "icon path" #AutoIt3Wrapper_Res_Description = "description" #AutoIt3Wrapper_Res_LegalCopyright = "author information" #AutoIt3Wrapper_Res_Fileversion = "version number" This works for me. 1 PHAK reacted to this Share this post Link to post Share on other sites
Jos 2,164 Posted January 5 2 hours ago, rm65453 said: #AutoIt3Wrapper_icon = "icon path" #AutoIt3Wrapper_Res_Description = "description" #AutoIt3Wrapper_Res_LegalCopyright = "author information" #AutoIt3Wrapper_Res_Fileversion = "version number" This works for me. Only when the full SciTE4AutoIt3 is installed! SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
caramen 66 Posted January 6 (edited) Right-click on the "x.AU3" > Compile with option Not sure you're gonna have all parameter quoted just before, so I would suggest you (as Jos did) to install the full SciTe package here : https://www.autoitscript.com/site/autoit-script-editor/downloads/ Edited January 6 by caramen My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki Share this post Link to post Share on other sites
rm65453 1 Posted January 6 On 1/5/2021 at 3:51 AM, Jos said: Only when the full SciTE4AutoIt3 is installed! Thank you for clarifying. It does work for the portable version too for me I think. Share this post Link to post Share on other sites
benched42 4 Posted January 6 On 1/5/2021 at 2:51 AM, Jos said: Only when the full SciTE4AutoIt3 is installed! I use ISN AutoIt Studio and have never used any version of SciTE (I used PSPad before I used AutoIt Studio) and I have no issues using the AutoIt3Wrapper directives. Who lied and told you life would EVER be fair? Share this post Link to post Share on other sites
Jos 2,164 Posted January 6 (edited) 4 minutes ago, benched42 said: I use ISN AutoIt Studio and have never used any version of SciTE (I used PSPad before I used AutoIt Studio) and I have no issues using the AutoIt3Wrapper directives. That could be as the author of that installer is using parts of my developed scripts/programs from the SciTE4Autoit3 package.... so that does makes sense. Assume there will be some credits somewhere that points this out? Edited January 6 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites