xyplorer integration with [fluent search]

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
mragtronx8
Posts: 8
Joined: 25 Jul 2021 09:09

xyplorer integration with [fluent search]

Post by mragtronx8 »

am using a search / launch program called [fluent search]
it is a very nice app, that helps a lot with windows software.

I need ur help with the below two commands, to integrate xyplorer with fluent search.

- What are the command line args to open a folder in existing window
- What are the command line args to open a folder and select a specific file in it

hope u can help with this.
Best Regards,
Mragon

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: xyplorer integration with [fluent search]

Post by admin »

1) Just pass the full path to the folder as unnamed argument, in quotes if it contains any spaces. Or simply always wrap it in quotes.

Code: Select all

"C:\Program Files (x86)\XYplorer\XYplorer.exe" "E:\Test\Report"
2) Just pass the full path to the file as unnamed argument, in quotes if it contains any spaces. Or simply always wrap it in quotes.

Code: Select all

"C:\Program Files (x86)\XYplorer\XYplorer.exe" "E:\Test\Report\File.txt"

mragtronx8
Posts: 8
Joined: 25 Jul 2021 09:09

Re: xyplorer integration with [fluent search]

Post by mragtronx8 »

thx

Post Reply