YGYL 0 Posted July 18, 2013 if I use FileCreateShortcut Create Shortcuton win2012 and [shortcut target path]'s first string is "", XP Client can't use FileGetShortcut to get this lnk Shortcut target path like:"serverDota2ZUJIAN.exe" FileCreateShortcut("serverDota2ZUJIAN.exe", @DesktopDir & "Dota2_xp.lnk", "serverDota2", "", "", "serverDota2System32FileICONSPkgCustom.ico") run it on WIN2012 then on XP ,FileGetShortcut can not read Shortcut target path! [0]| [1]|serverDota2 [2]| [3]| [4]|serverDota2System32FileICONSPkgCustom.ico [5]|0 [6]|1 lnk_xp_w7.zip Share this post Link to post Share on other sites
orbs 201 Posted July 25, 2013 it may be no-one has server 2012 for reproducing and testing the issue. meanwhile, give this a try: '?do=embed' frameborder='0' data-embedContent>> Share this post Link to post Share on other sites
Melba23 3,412 Posted July 25, 2013 YGYL,Looking at the paths you are using, please make sure you have read the Forum rules (there is also a link at bottom right of each page) and keep the question limited to generalities rather than interaction. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Share this post Link to post Share on other sites