Nusratrahman 0 Report post Posted May 7, 2015 Using FileCreateShortCut to create an shortcut on users network Desktop folder. using customized icon. shortcut is created without a problem but icon is not displaying. I had to go manually on each Pc and change the icon. Any advise. If this is a icon cache problem then Can I fix using AUTOIT ?$path = "\\users\DesktopFileCreateShortcut("Y:\CamApps\Complain-SYSTEM\Facilities\HelpdeskSystem.exe",$path & $shortcutfilenamex, "Y:\CamApps\Complain-SYSTEM\Facilities", _ "Tooltip description of the shortcut.","Y:\CamApps\Complain-SYSTEM\Facilities\Help6q.ico") Share this post Link to post Share on other sites
nitekram 68 Report post Posted May 9, 2015 Maybe include the ICO file in the script...and then pull the image from the local directory. Maybe the user does not have the drive Y:\? 2¢All by me:"Sometimes you have to go back to where you started, to get to where you want to go." "Everybody catches up with everyone, eventually" "As you teach others, you are really teaching yourself." From my dad "Do not worry about yesterday, as the only thing that you can control is tomorrow." WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit Docs SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDFLearning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language Programming TipsExcel ChangesControlHover.UDFGDI_PlusDraw_On_ScreenGDI BasicsGDI_More_BasicsGDI RotateGDI GraphGDI CheckExistingItemsGDI TrajectoryReplace $ghGDIPDll with $__g_hGDIPDllDLL 101?Array via ObjectGDI SwimlaneGDI Plus French 101 SiteGDI Examples UEZGDI Basic ClockGDI DetectionTernary operator Share this post Link to post Share on other sites
Nusratrahman 0 Report post Posted May 10, 2015 User's have Y drive and I am already including iconfiflename.ico on my script. When I compile it creates icon but not on Users folder when I use Filecreateshortcut. Share this post Link to post Share on other sites