Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Make a .exe file menu?
I would like to make an executable file that is only a menu to open other files.
I need it to be something like: Link1 Opens Program 1
Link2 Opens Program 2
Link3 Opens Program 3
It has to be a .exe file that does not require other programs such as excel or anything
2 Answers
- 1 decade agoFavorite Answer
Try Visual Basics for something simple like that. You can make buttons then use Process.Start("calc.exe") or Shell("calc.exe")
English Visual Basics 2010 Express: http://go.microsoft.com/?linkid=9709929
- 1 decade ago
you can try batch scripting... but the extension will not be .exe it will be .bat
its pretty easy to learn or code. please visit the below link