Write a .bat script that opens a menu for 3 tasks: open Notepad, check IP address, and log off user. Include clear menu text and safe input handling.
Great for IT starter projects, troubleshooting, or in-lab kiosk work.
Menu: 1-Notepad, 2-IP, 3-Logoff. If error: re-prompt user. Calls: notepad.exe, ipconfig, shutdown /l.
Log in to suggest improvements.