Using TrackerV3 with BBLean?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Kirby
Posts: 5
Joined: 04 May 2005 14:53
Location: Massachusetts, USA
Contact:

Using TrackerV3 with BBLean?

Post by Kirby »

I'm experimenting with something called BBLean....it's a Windows Explorer Shell Alternative

http://bb4win.sourceforge.net/bblean/

best thing about this is you can edit the settings file to completely use a new file manager....TrackerV3 in this case 8)
(*) You may setup an alternative filemanager in extensions.rc.

blackbox.options.openFolderCommand: explorer.exe /e,"%1"
where %1 is the file path, what is the equivalent command for trackerv3.exe to open up a specific folder?

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

Re: Using TrackerV3 with BBLean?

Post by admin »

Kirby wrote:blackbox.options.openFolderCommand: explorer.exe /e,"%1"
where %1 is the file path, what is the equivalent command for trackerv3.exe to open up a specific folder?
Try putting your specific folder where "/e" is:
trackerv3.exe x:\yourpath
Don't know if the "%1" is necessary.

Kirby
Posts: 5
Joined: 04 May 2005 14:53
Location: Massachusetts, USA
Contact:

Post by Kirby »

I dunno what the /e does either....but the '%1' would represent 'x:\yourpath'.....in other words, '%1' is static to the directory you are opening ;)

so in the end it would be: 'trackerv3.exe %1'

thank you :)

Post Reply