Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a shortcut
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00871680
Message ID:
00871685
Views:
15
This just a name of created .lnk file. You can put something similar to "Shortcut to MyProject.lnk", "myProject.lnk" or "X-files.lnk".

>Hi,
>I would like to use the following program for creating a shortcut but I can't
>figure out what I am supposed to put in the link. What is a link or .lnk file?
>Thanks
>Steve Elster
>
>cFileName = "c:\e\myProject.pjx"
>cLinkName = ???
>
>oShell = CREATEOBJECT('WScript.Shell')
>cDesktop = oShell.SpecialFolders('Desktop')
>oLink = oShell.CreateShortcut(cDesktop + "\" + cLinkName)
>oLink.TargetPath = cFileName
>oLink.Save()
Previous
Reply
Map
View

Click here to load this message in the networking platform