Right click multiple folder list to a script
Posted: 11 Feb 2015 23:53
I am looking to:
1. Select multiple folders, right click on one of them, select a menu item to activate a script (Done)
2. The script (I am using Python, but it does not have to be) pops up an input screen where options on what to do on these folders is selected.
3. All the folders are processed based on the user selected options in #2.
#1 is done, but #2 is an issue In standard Windows explorer: #1 sends individual folders to the script all in individual (separate) processes, so if I have 10 folders selected, I get 10 popups asking for user input. What I need is a single popup in #2, and all the folders processed based on the user input from that popup.
Any suggestions on how XYplorer can handle this?
1. Select multiple folders, right click on one of them, select a menu item to activate a script (Done)
2. The script (I am using Python, but it does not have to be) pops up an input screen where options on what to do on these folders is selected.
3. All the folders are processed based on the user selected options in #2.
#1 is done, but #2 is an issue In standard Windows explorer: #1 sends individual folders to the script all in individual (separate) processes, so if I have 10 folders selected, I get 10 popups asking for user input. What I need is a single popup in #2, and all the folders processed based on the user input from that popup.
Any suggestions on how XYplorer can handle this?