Creating menus in batch files | Windows Batch

Опубликовано: 17 Июнь 2026
на канале: Windows Einfach Erklärt
6,318
164

In this video, I'll show you how to create simple menus in batch files. The batch file created in this video has three menu items, each of which calls a different program. There's also a fourth menu item for exiting the batch file.

The method shown in this video for creating a selection menu in a Windows batch file is a very simple solution. However, it is sufficient for most purposes that involve calling up specific sections of a batch file using a menu.

Enjoy this SIMPLY EXPLAINED video!

▬ Links ▬▬▬

► Notepad++ Download
https://notepad-plus-plus.org/downloads/

► The Color Command (Microsoft)
https://docs.microsoft.com/en-us/wind...

► The Set Command (Microsoft)
https://docs.microsoft.com/en-us/wind...

► The If Statement (Microsoft)
https://docs.microsoft.com/en-us/wind...

► The Goto Command (Microsoft)
https://docs.microsoft.com/de-de/wind....

► The Start Command (Microsoft)
https://docs.microsoft.com/windows-se...

▬ Also on SIMPLY EXPLAINED ▬▬▬

► Create a Batch File (BAT) including simple examples with Notepad++ [Create a Windows Batch File]
   • Windows Batch Dateien erstellen einfach er...  

► Batch File: Start a Program and Wait for It to Finish [Run Programs One After the Other]
   • Windows Batch-Datei: Programm starten und ...  

► Disconnect from the Network with a Command (including the appropriate batch file/shortcut)
   • Verbindung zum Internet trennen (Windows) ...  

► Create a Batch File – Basics and Simple Examples of Windows Batch Files (.bat)
   • Windows Batch Dateien erstellen - Grundlag...  

► Backup using Windows tools [free data backup with Robocopy via console and batch file]
   • Windows - Dateien sichern mit Batch-Datei ...  

► Monitor another computer with the PING command and batch file (batch file signals ping status)
   • Einen PC mit Batch anpingen - Batch-Datei ...  

▬ Chapter ▬▬▬

00:00 Introduction
00:33 Creating a batch file
01:40 Batch file contents
05:46 Result (running the batch file)
07:24 Changing the code page of the batch file
08:20 Conclusion

▬ Support SIMPLY EXPLAINED ▬▬▬

► Join the FREE channel now Subscribe:
   / @windows-einfach-erklärt  

Creating menus in batch files | Windows Batch
#windows #guide #tutorial