Search code examples
windowswinapiwindows-xp

How to display "create shortcut" dialog?


is there a way how to run the "create shortcut" dialog programatically ?

Thanks a lot in advance


Solution

  • I do believe you are looking for this:

    rundll32.exe appwiz.cpl,NewLinkHere C:\path\to\my\folder
    


    (source: typepad.com)