Modify ↓
Opened 15 years ago
Closed 15 years ago
#1764 closed Bug (No Bug)
FileCreateShortcut - cuts target to 8.3 style
| Reported by: | JFX | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
Both files do not exist, also drive X: does not exist.
FileCreateShortcut('C:\SomeWebSide.html', 'C.lnk')
FileCreateShortcut('X:\SomeWebSide.html', 'X.lnk')
C.lnk points to C:\SomeWebSide.html
X.lnk points to X:\SomeWebS.htm
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

ahh, can be closed, seems to be a "Windows feature"
guess subst.exe will be best solution, if i really need it