Tuesday 18 October 2011

Create Desktop Shortcut


' =============================================================
' function: CreateDesktopShortcut
' desc :    Creates a shortcut on the desktop
' params :  strTargetPath is the full path to the file you 
'           are creating the shortcut to, i.e. c:\doc\me.txt
'           strLinkName is the name of the shortcut, as it 
'           appears on the desktop
'           strDesc is the description to set within the shortcut
' returns : void
' =============================================================
Sub CreateDesktopShortcut(strTargetPathstrLinkNamestrDesc)

Dim objShellobjShortCut
Dim strDesktopFolder

' ensure that the link name is valid
if Right(Lcase(strLinkName,4)) <> ".lnk" Then strLinkName = strLinkName & ".lnk"

' create a shell object 
Set objShell = CreateObject("WScript.Shell")

' get the desktop folder
strDesktopFolder = objShell.SpecialFolders("AllUsersDesktop")

' create required shortcut object on the desktop
Set objShortCut = objShell.CreateShortcut(strDesktopFolder & "\" & strLinkName)

' set the path within the shortcut
objShortCut.TargetPath = strTargetPath

' set the description
objShortCut.Description = strDesc

' save the shortcut
objShortCut.Save

End Sub ' CreateDesktopShortcut

8 comments:

  1. Spot on with this write-up, I truly think this site needs far more attention.
    I'll probably be back again to read through more,
    thanks for the advice!

    My homepage; play minecraft free

    ReplyDelete
  2. It's amazing to visit this web page and reading the views of all friends
    concerning this post, while I am also keen of getting experience.


    Have a look at my web blog; quest nutrition quest bars link

    ReplyDelete
  3. Aw, this was a very nice post. Spending some time and
    actual effort to create a great article… but what can I say… I hesitate
    a lot and never manage to get anything done.

    Feel free to visit my webpage; quest nutrition bars

    ReplyDelete
  4. I know this website presents quality dependent content and extra data, is there
    any other web page which gives such data in quality? Quest Bars blogesaurus

    ReplyDelete
  5. I really like what you guys are up too. This type of clever work and exposure!
    Keep up the awesome works guys I've added you guys to blogroll.



    Feel free to visit my blog post; Diet plans to lose Weight

    ReplyDelete
  6. Appreciate the recommendation. Let me try it out.


    My webpage: Diet Plans for Women to Lose Weight

    ReplyDelete
  7. Hello my loved one! I wish to say that this post is awesome, nice
    written and include approximately all vital infos. I would like to see extra posts like this .


    Feel free to surf to my web site; Diet plans for women to lose weight

    ReplyDelete
  8. Heya just wanted to give you a quick heads up and let you know a few
    of the pictures aren't loading correctly. I'm not sure why but I think its a
    linking issue. I've tried it in two different web browsers and
    both show the same outcome.

    Also visit my web site :: Lose Weight for Women

    ReplyDelete