Skip to content

Open all programs button on each submenu #382

Answered by Hofknecht
BanCrash asked this question in Q&A
Discussion options

You must be logged in to vote

@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'

@ECHO OFF
start C:\Users\Marku\AppData\Local\Microsoft\Teams\Update.exe --processStart "Teams.exe"
start chrome
start "" "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.exe"
start "" "D:\Seafile\Markus\C#Projects\systemtraymenu\SystemTrayMenu.sln"

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…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@BanCrash
Comment options

Comment options

You must be logged in to vote
1 reply
@BanCrash
Comment options

Answer selected by Hofknecht
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants