Jump to content

Shortcuts


Dirk98
 Share

Recommended Posts

Can I launch a program with a script by "kicking" the shortcut *.lnk not the *.exe?

If it is possible, which command handles it?

Thanks.

$LnkShort = FileGetShortcut("C:\Notepad.lnk")

Run($LnkShort[0])

Func FileGetShortcut gets .lnk details puts them in array one of the things it gets is the file dirctory which is returned in $var[0]

Link to comment
Share on other sites

$LnkShort = FileGetShortcut("C:\Notepad.lnk")

Run($LnkShort[0])

Func FileGetShortcut gets .lnk details puts them in array one of the things it gets is the file dirctory which is returned in $var[0]

Thanks, guys. The above was particualry useful.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...