Batch File To Loop Menu
问题 I'm creating a batch file that will launch when I login to my user account. I followed this tutorial to create a batch file with a menu. It works, however, if the user enters a number that is not listed, I want it to go back to the menu. How would I implement that? Side note: I understand I could use something more flexible like Powershell, however, I prefer batch files. Here is what I have so far: @ECHO OFF CLS :MENU echo Welcome %USERNAME% echo 1 - Start KeePass echo 2 - Backup echo 3 -