how can i open a shortcut

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mfibrik
    New Member
    • Sep 2007
    • 5

    how can i open a shortcut

    hi, how can open the shortcut link with VB6
  • mfibrik
    New Member
    • Sep 2007
    • 5

    #2
    my orangal file on Server , i need to open the Shorcut from my computer by uesing Pro.lnk which is Pro.exe in Server

    thank

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      try to use the following

      [CODE=vb]Shell ("net use \\10.35.12.71\ /user:debasis debasis")

      openexe = Shell("\\10.35. 12.71\....\file name.exe", vbMaximizedFocu s)[/CODE]

      hope that solves your problem.

      Comment

      • mfibrik
        New Member
        • Sep 2007
        • 5

        #4
        hi again

        if there a way to open the shortcut without uesd the IPAddress or Hostname
        as
        eg. Shell "C\Pro.Exe. lnk"
        eg. Shell "C\Pro.lnk"

        or only the way to opened must by IPAddress

        thank again

        Comment

        Working...