$ 0 0 I'm trying to pull the URL: data from a Internet Shortcut (.url) I've tried: $details = FileGetShortcut("C:\Users\"&@UserName&"\Desktop\Example Scripts - AutoIt Forums.url") If @error Then MsgBox(0, "@error", @error) For $t = 0 to 6 MsgBox(0, "Path:", $details[$t]) Next _IECreate ($details[??])