Hi all,
I recently stumbled upon two great apps: MenuApp and ShortPopUp. These two programs allow you to browse seamlessly through your folder structures, and make it possible to "drill down" into deep folders and quickly view subfolders and files. They are also portable and very lightweight.
What I'm trying to accomplish is selecting a folder in the DOpus lister, and then telling Opus to run MenuApp from the selected folder. This would cause MenuApp to only show the subfolders & files of the selected folder (having launched it through Opus right-click context menu). To do this I need to change the working directory of MenuApp to the selected folder in the source. Currently, I'm able to force MenuApp (and ShortPopUp) to launch from the source path:
"D:\Portable\MenuApp\MenuApp.exe" cd={sourcepath}
However, when I try to change the working directory to the selected folder, it still launches from the sourcepath:
@nodeselect
"D:\Portable\MenuApp\MenuApp.exe" cd={filepath}
Is it possible to specify the selected folder when running the cd command? I know some people on the forum (including myself) were missing qttabbar's feature of quickly drilling down deep folders via the right-click context menu. This would in essence duplicate that feature in DOpus, and would be more usable than the current workaround which is to use the "Cascading Folder Content" method. The big difference for me is that you would be able to double-click on a subfolder while browsing through the structure and it would open the folder in an DOpus lister. It also would avoid having to click on the tiny arrows at the end of each folder to continue drilling down into the folder structure. So does anyone know if there's a way to change the working directory of an app to the selected file in Opus?
