Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Close folder based on file opening
#1
I want to create a toolbar that will open up a folder view with Windows Explorer.

The hard part is, the window will close when I open any file within it.

So that I don't end up with a dozen Windows Explorer windows, I'd like these particular ones that are launched from this toolbar to close when a file within them is opened.

Can this be done?

I got as far the toolbar and command:
run "F:\!Files"

thanks for any help
#2
I don't know a way how to know when a file is opened from that folder view.

If you have QM 2.2.0, you can use a menu instead of opening the folder in Windows Explorer.

Menu example:
Code:
Copy      Help
;/expandfolders
F:\Files "F:\Files"

Toolbar button:
Code:
Copy      Help
F:\Files :mac "menu name"

The menu will show folder contents and you can run files from it.
#3
This just seems to create a shortcut to the File folder in a menu item. It doesn't show contents with a click or a hover. The click just opens Windows Explorer to that folder.

I have:

Menu2:
Files "F:\Files"

Toolbar2
Menu :mac "Menu2"
#4
Check 'Expand file folders' in Properties -> Menu properties. If it is unavailable, download latest Quick Macros version.


Forum Jump:


Users browsing this thread: 1 Guest(s)