One-Click BAT Script App Menu

One-Click BAT Script App Menu

Model: Gemini
Difficulty: Beginner
Upvotes: 1
appsautomationBATmenuWindows

โ€” Prompt โ€”

Write a .bat script that presents a menu to launch any of 5 common apps (e.g., Chrome, Notepad, Word, Calculator, Explorer). Validate user input and handle typos.

Why It Works

Helps non-technical users access tools fast, great for kiosks or training.

Example Output

Menu: 1-Chrome, 2-Word, etc. If typo: Prompt again. Use: start chrome.exe, etc.