Create Script to go to a Shortcut?

Discuss and share scripts and script files...
Post Reply
JGreg7
Posts: 14
Joined: 09 Feb 2010 20:38

Create Script to go to a Shortcut?

Post by JGreg7 »

On the toolbar, you can add a custom button to run a script.

Two questions:
1. what language do I use for the script? I have tried several commands, but none seem to work
2. I just want to make a simple custom button that links to a specific directory on the hard drive. Any ideas how to do this?

highend
Posts: 14639
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Create Script to go to a Shortcut?

Post by highend »

1. XYplorer's scripting language
2.

Code: Select all

goto "<path you want to go to>";
or, if this is really just a .lnk file:

Code: Select all

goto property("#LinkTarget", "<path of your.lnk file>");
but none seem to work
And which commands exactly did you use?
One of my scripts helped you out? Please donate via Paypal

Post Reply