Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a shortcut
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00871680
Message ID:
00871685
Vues:
16
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()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform