Modify ↓
Opened 14 years ago
Closed 14 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 in reply to: ↑ description Changed 14 years ago by JFX
comment:2 Changed 14 years ago by Jpm
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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