Hi,
I have populated the "Favorite Files" list with .exe files from many software programs.
The default XYplorer behavior is to lead me to the file, but not running it.
Instead, would it be possible to set XYplorer to click/run the files from the "Favorite Files" list?
Many thanks,
Cadu
"Favorite Files" list. Is it possible to click/run the file?
-
cadu
- Posts: 287
- Joined: 18 Mar 2012 21:50
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
Re: "Favorite Files" list. Is it possible to click/run the f
Two approaches..
1) Enable Configuration | Controls and More | Miscellaneous | Open favorite files directly
This will apply to all items in your favorite files list.
2) Replace the entries you want to open directory with scripts.
Open the list management: Tools | List Management | Favorite Files...
If you have an entry:Make it an open script:And you can optionally include a caption:
Note that this method will not work in the free edition as scripting is not available there.
1) Enable Configuration | Controls and More | Miscellaneous | Open favorite files directly
This will apply to all items in your favorite files list.
2) Replace the entries you want to open directory with scripts.
Open the list management: Tools | List Management | Favorite Files...
If you have an entry:
Code: Select all
C:\XYplorer\XYplorer.exeCode: Select all
::open 'C:\XYplorer\XYplorer.exe';Code: Select all
"XYplorer" ::open 'C:\XYplorer\XYplorer.exe';-
cadu
- Posts: 287
- Joined: 18 Mar 2012 21:50
Re: "Favorite Files" list. Is it possible to click/run the f
Worked great. Many thanks for the tips!
XYplorer Beta Club