Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a shortcut
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Creating a shortcut
Miscellaneous
Thread ID:
00871680
Message ID:
00871680
Views:
55
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()
Next
Reply
Map
View

Click here to load this message in the networking platform