Question Batch file with choose menu to GUI

iam4ever

Reputable
Dec 18, 2017
28
0
4,530
Hello everyone,
i have created one batch file who does me e great job. It has menu of choosing 1,2,3,4 ... and there is submenu. Is there a way to convert this in a way to do it with GUI so i have buttons instead of choosing numbers?
 
Your question needs more clarification:
  • What OS you need this for? You're talking about "batch file", probably Windows?
  • You want to make some application with buttons, and each button to launch specific application? You can do that with shortcuts and folder keeping them.
 
hello again,
what i meant was to make visualization that send me to specific line of batch. For example the moment when i have to choose something in batch to be button that i can press with mouse.
 
hello again,
what i meant was to make visualization that send me to specific line of batch. For example the moment when i have to choose something in batch to be button that i can press with mouse.
If you want a clicky graphical button to invoke whatever your batch file does, you'll need to rewrite this. Or write something to call that batch.
VBScript, JavaScript, VB...those are the easy ones.