Hi !

I have an issue, maybe an answer too but I think this is a Mc Giver thing , so let me try to explain it and let me know what you would do.

I am working for a company and to make easier a procedure for my department I made a little software in VB.NET.
Then, as it was working well, I was asking to make another one for another department.
Now we are speaking about making a third one.


So, to explain quickly :

I have 3 working software and I would like to make a menu in order to have only one shortcut (Because users can use the 3).
It will open a form and I will be able to choose which one of the three software I want to run by clicking a button.


My solution :

I think the easiest way to make it is to create the menu alone and for each button, run a cmd command to run the chosen software.


What do you think about it, how will you do if you had to do it ?
Thank you !