-
Hi, I think that on each submenu having a "Open all programs" button would be useful, so when you press it it will launch all programs on that submenu. This will make that when you want to open all the programs of one category for any reason you don't have to click on one by one. In my idea this icon would be placed after the icon of launching the folder. I just discovered this project and I love it, great work! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@BanCrash I'll come back to this topic again. |
Beta Was this translation helpful? Give feedback.
-
@BanCrash create file 'launch my favorite apps.bat'
get the target paths via right click on a item -> Properties Sources: |
Beta Was this translation helpful? Give feedback.
@BanCrash
We thought about it again and think it's better to create this button yourself via bat file.
in this way you can control it precisely and e.g. also create a link and move it to the main menu.
create file 'launch my favorite apps.bat'
get the target paths via right click on a item -> Properties
Sources:
https://stackoverflow.com/questions/5534324/how-to-run-multiple-programs-using-batch-file
https://www.make…