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?
Create Script to go to a Shortcut?
Re: Create Script to go to a Shortcut?
1. XYplorer's scripting language
2.
or, if this is really just a .lnk file:
2.
Code: Select all
goto "<path you want to go to>";
Code: Select all
goto property("#LinkTarget", "<path of your.lnk file>");And which commands exactly did you use?but none seem to work
One of my scripts helped you out? Please donate via Paypal
XYplorer Beta Club